aboutsummaryrefslogtreecommitdiffstats
path: root/content/misc_docs.md
blob: 47b5287fcd6c3e7d6e03f6d67bf9c9c8a61f1afc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
+++
title = "Misc"
description = "Documentation about everything else"
weight = 10
+++

# Fingerprint
## Definition

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).

## Fingerprint Generation
A user's finger print is generated via applying SHA256 sum of the user's public RSA key.

# Config
The [/config](/config) endpoint will return the current parameters that Gradecoin uses.