diff options
author | alpaylan | 2021-04-16 15:49:22 +0300 |
---|---|---|
committer | alpaylan | 2021-04-16 15:49:22 +0300 |
commit | 1cffbd5331e9d2977b0b3a4bb254bf32790ca082 (patch) | |
tree | 8346983a812f9cc5ccd9a27972158960e6fcdc0a /site/content/misc_docs.md | |
parent | 7e44cbd925d862f7e2f7ac9007b980417f0aa3df (diff) | |
parent | 4805d4006c697528285fadfcf1b52dc84f6d1069 (diff) | |
download | gradecoin-1cffbd5331e9d2977b0b3a4bb254bf32790ca082.tar.gz gradecoin-1cffbd5331e9d2977b0b3a4bb254bf32790ca082.tar.bz2 gradecoin-1cffbd5331e9d2977b0b3a4bb254bf32790ca082.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site/content/misc_docs.md')
-rw-r--r-- | site/content/misc_docs.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/site/content/misc_docs.md b/site/content/misc_docs.md index 5d799b1..90ea514 100644 --- a/site/content/misc_docs.md +++ b/site/content/misc_docs.md | |||
@@ -1,7 +1,7 @@ | |||
1 | +++ | 1 | +++ |
2 | title = "Miscellaneous Concepts" | 2 | title = "Misc" |
3 | description = "Miscellaneous Concepts" | 3 | description = "Documentation about everything else" |
4 | weight = 6 | 4 | weight = 10 |
5 | +++ | 5 | +++ |
6 | 6 | ||
7 | We thought it might be good to explain some concepts you might have questions about. | 7 | We thought it might be good to explain some concepts you might have questions about. |
@@ -10,8 +10,8 @@ We thought it might be good to explain some concepts you might have questions ab | |||
10 | 10 | ||
11 | ## Definition | 11 | ## Definition |
12 | 12 | ||
13 | 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). | 13 | A fingerprint is a 256 bit 64 character hexadecimal user identifier for users. Fingerprints are used in defining users in [transactions](@/transaction_docs.md) and [blocks](@/block_docs.md). |
14 | 14 | ||
15 | ## Fingerprint Generation | 15 | ## Fingerprint Generation |
16 | 16 | ||
17 | A user's finger print is generated via applying SHA256 sum of the user's public RSA key. \ No newline at end of file | 17 | A user's finger print is generated via applying SHA256 sum of the user's public RSA key. |