aboutsummaryrefslogtreecommitdiffstats
path: root/site/content
diff options
context:
space:
mode:
Diffstat (limited to 'site/content')
-rw-r--r--site/content/misc_docs.md10
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+++
2title = "Miscellaneous Concepts" 2title = "Misc"
3description = "Miscellaneous Concepts" 3description = "Documentation about everything else"
4weight = 6 4weight = 10
5+++ 5+++
6 6
7We thought it might be good to explain some concepts you might have questions about. 7We 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
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). 13A 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
17A 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.