diff options
author | Yigit Sever | 2021-04-16 15:35:33 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:35:33 +0300 |
commit | 8f9bd7e9aefa8de968285499b3f5d360a773777b (patch) | |
tree | 08ea3b1c29877aa7bacc7f6c529fcb2b99122d4a /site | |
parent | 51651a3ca47dfbc4826f823a7ff5b149bdb602f3 (diff) | |
parent | 1495152ca8638c927c1588b844f65bb05e3f29a0 (diff) | |
download | gradecoin-8f9bd7e9aefa8de968285499b3f5d360a773777b.tar.gz gradecoin-8f9bd7e9aefa8de968285499b3f5d360a773777b.tar.bz2 gradecoin-8f9bd7e9aefa8de968285499b3f5d360a773777b.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site')
-rw-r--r-- | site/content/fingerprint_docs.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/site/content/fingerprint_docs.md b/site/content/fingerprint_docs.md new file mode 100644 index 0000000..70a4725 --- /dev/null +++ b/site/content/fingerprint_docs.md | |||
@@ -0,0 +1,13 @@ | |||
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 | ||