diff options
author | Yigit Sever | 2021-04-16 15:47:33 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:47:33 +0300 |
commit | 242914808a5a69601f06b9a00ffa43262a623c9e (patch) | |
tree | fe2e40454206a5e9d0286c47627854c2c66b1e31 /site/content/misc_docs.md | |
parent | 3b50ec12a70cbb235217035bbf0efef48c631a78 (diff) | |
parent | e02979770c4c468c156e1662595baafe30643497 (diff) | |
download | gradecoin-242914808a5a69601f06b9a00ffa43262a623c9e.tar.gz gradecoin-242914808a5a69601f06b9a00ffa43262a623c9e.tar.bz2 gradecoin-242914808a5a69601f06b9a00ffa43262a623c9e.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site/content/misc_docs.md')
-rw-r--r-- | site/content/misc_docs.md | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/site/content/misc_docs.md b/site/content/misc_docs.md index 1a1674b..90ea514 100644 --- a/site/content/misc_docs.md +++ b/site/content/misc_docs.md | |||
@@ -1,13 +1,16 @@ | |||
1 | +++ | 1 | +++ |
2 | title = "Miscellaneous" | 2 | title = "Misc" |
3 | description = "Documentation for everything else" | 3 | description = "Documentation about everything else" |
4 | weight = 11 | 4 | weight = 10 |
5 | +++ | 5 | +++ |
6 | 6 | ||
7 | We thought it might be good to explain some concepts you might have questions about. | ||
8 | |||
7 | # Fingerprint | 9 | # Fingerprint |
8 | 10 | ||
9 | A fingerprint is a 256 bit 64 character hexadecimal user identifier for users. | 11 | ## Definition |
10 | Fingerprints are used in defining users in [transactions](@/transaction_docs.md) and [blocks](@/block_docs.md). | 12 | |
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). | ||
11 | 14 | ||
12 | ## Fingerprint Generation | 15 | ## Fingerprint Generation |
13 | 16 | ||