aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralpaylan2021-04-16 15:43:20 +0300
committeralpaylan2021-04-16 15:43:20 +0300
commit3e155725d3314fddf6d33548fcfcf680f21a4fa8 (patch)
treef0106033253fae844c177410e58c592c1d3d5db5
parentd9bd31d24d248e0923d08ac02252ec5c0b77a50c (diff)
downloadgradecoin-3e155725d3314fddf6d33548fcfcf680f21a4fa8.tar.gz
gradecoin-3e155725d3314fddf6d33548fcfcf680f21a4fa8.tar.bz2
gradecoin-3e155725d3314fddf6d33548fcfcf680f21a4fa8.zip
misc added fingerprint moved.
-rw-r--r--site/content/misc_docs.md (renamed from site/content/fingerprint_docs.md)12
1 files changed, 8 insertions, 4 deletions
diff --git a/site/content/fingerprint_docs.md b/site/content/misc_docs.md
index 70a4725..5d799b1 100644
--- a/site/content/fingerprint_docs.md
+++ b/site/content/misc_docs.md
@@ -1,13 +1,17 @@
1+++ 1+++
2title = "Fingerprint" 2title = "Miscellaneous Concepts"
3description = "Fingerprint documentation" 3description = "Miscellaneous Concepts"
4weight = 6 4weight = 6
5+++ 5+++
6 6
7# Definition 7We thought it might be good to explain some concepts you might have questions about.
8
9# Fingerprint
10
11## Definition
8 12
9A 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). 13A 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 14
11# Fingerprint Generation 15## Fingerprint Generation
12 16
13A user's finger print is generated via applying SHA256 sum of the user's public RSA key. \ No newline at end of file 17A user's finger print is generated via applying SHA256 sum of the user's public RSA key. \ No newline at end of file