diff options
| author | alpaylan | 2021-04-16 15:43:20 +0300 |
|---|---|---|
| committer | alpaylan | 2021-04-16 15:43:20 +0300 |
| commit | fe1d83617996fb0ea71b6cae8965a6d19de707a0 (patch) | |
| tree | 3facfcb0e92a1a4ded582a886e9230cd7838244d /site | |
| parent | 1495152ca8638c927c1588b844f65bb05e3f29a0 (diff) | |
| download | gradecoin-fe1d83617996fb0ea71b6cae8965a6d19de707a0.tar.gz gradecoin-fe1d83617996fb0ea71b6cae8965a6d19de707a0.tar.bz2 gradecoin-fe1d83617996fb0ea71b6cae8965a6d19de707a0.zip | |
misc added fingerprint moved.
Diffstat (limited to 'site')
| -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 | +++ |
| 2 | title = "Fingerprint" | 2 | title = "Miscellaneous Concepts" |
| 3 | description = "Fingerprint documentation" | 3 | description = "Miscellaneous Concepts" |
| 4 | weight = 6 | 4 | weight = 6 |
| 5 | +++ | 5 | +++ |
| 6 | 6 | ||
| 7 | # Definition | 7 | We thought it might be good to explain some concepts you might have questions about. |
| 8 | |||
| 9 | # Fingerprint | ||
| 10 | |||
| 11 | ## Definition | ||
| 8 | 12 | ||
| 9 | A 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). | 13 | A 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 | ||
| 13 | A user's finger print is generated via applying SHA256 sum of the user's public RSA key. \ No newline at end of file | 17 | A user's finger print is generated via applying SHA256 sum of the user's public RSA key. \ No newline at end of file |
