diff options
author | Yigit Sever | 2021-04-16 15:45:13 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:45:13 +0300 |
commit | 12f8961e233e11488747c678c9c3d6a1033e8d9e (patch) | |
tree | 96e9a239886e555a0cab69bafca598b5a4cf2fa2 /site/content/fingerprint_docs.md | |
parent | c89ed7c8553647ec14773d12fd5153ff35fea58b (diff) | |
download | gradecoin-12f8961e233e11488747c678c9c3d6a1033e8d9e.tar.gz gradecoin-12f8961e233e11488747c678c9c3d6a1033e8d9e.tar.bz2 gradecoin-12f8961e233e11488747c678c9c3d6a1033e8d9e.zip |
New page misc docs
Diffstat (limited to 'site/content/fingerprint_docs.md')
-rw-r--r-- | site/content/fingerprint_docs.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/site/content/fingerprint_docs.md b/site/content/fingerprint_docs.md deleted file mode 100644 index 70a4725..0000000 --- a/site/content/fingerprint_docs.md +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | +++ | ||
2 | title = "Fingerprint" | ||
3 | description = "Fingerprint documentation" | ||
4 | weight = 6 | ||
5 | +++ | ||
6 | |||
7 | # Definition | ||
8 | |||
9 | A fingerprint is a 256 bit 64 character hexadecimal user idenfitier for users. Fingerprints are used in defining users in [transactions](@/transaction_docs.md) and [blocks](@block_docs.md). | ||
10 | |||
11 | # Fingerprint Generation | ||
12 | |||
13 | A user's finger print is generated via applying SHA256 sum of the user's public RSA key. \ No newline at end of file | ||