aboutsummaryrefslogtreecommitdiffstats
path: root/site/content
diff options
context:
space:
mode:
authoralpaylan2021-04-16 15:31:31 +0300
committeralpaylan2021-04-16 15:31:31 +0300
commit93ae5dd8b67844b9f17904a1db6104780db25fcb (patch)
tree8815804734b54995cabce4d5c0d99897f263cbe8 /site/content
parent88fad465c273c2466f9cc282e90a515434d0717d (diff)
downloadgradecoin-93ae5dd8b67844b9f17904a1db6104780db25fcb.tar.gz
gradecoin-93ae5dd8b67844b9f17904a1db6104780db25fcb.tar.bz2
gradecoin-93ae5dd8b67844b9f17904a1db6104780db25fcb.zip
fingerprint added to docs.
Diffstat (limited to 'site/content')
-rw-r--r--site/content/fingerprint_docs.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/site/content/fingerprint_docs.md b/site/content/fingerprint_docs.md
new file mode 100644
index 0000000..70a4725
--- /dev/null
+++ b/site/content/fingerprint_docs.md
@@ -0,0 +1,13 @@
1+++
2title = "Fingerprint"
3description = "Fingerprint documentation"
4weight = 6
5+++
6
7# Definition
8
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).
10
11# Fingerprint Generation
12
13A user's finger print is generated via applying SHA256 sum of the user's public RSA key. \ No newline at end of file