diff options
author | Yigit Sever | 2021-04-19 18:23:22 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-19 18:23:22 +0300 |
commit | 59ea3bd25b1f113168333eccdc9ffc4acd98cfe6 (patch) | |
tree | 4d76d4423f7d47755890aa98cbf0751978ef9180 /content/misc_docs.md | |
download | gradecoin-site-59ea3bd25b1f113168333eccdc9ffc4acd98cfe6.tar.gz gradecoin-site-59ea3bd25b1f113168333eccdc9ffc4acd98cfe6.tar.bz2 gradecoin-site-59ea3bd25b1f113168333eccdc9ffc4acd98cfe6.zip |
Initial commit
Diffstat (limited to 'content/misc_docs.md')
-rw-r--r-- | content/misc_docs.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/content/misc_docs.md b/content/misc_docs.md new file mode 100644 index 0000000..90ea514 --- /dev/null +++ b/content/misc_docs.md | |||
@@ -0,0 +1,17 @@ | |||
1 | +++ | ||
2 | title = "Misc" | ||
3 | description = "Documentation about everything else" | ||
4 | weight = 10 | ||
5 | +++ | ||
6 | |||
7 | We thought it might be good to explain some concepts you might have questions about. | ||
8 | |||
9 | # Fingerprint | ||
10 | |||
11 | ## Definition | ||
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). | ||
14 | |||
15 | ## Fingerprint Generation | ||
16 | |||
17 | A user's finger print is generated via applying SHA256 sum of the user's public RSA key. | ||