Ⓐ

Cryptographic Primitives

The two (primary) cryptographic tools used in creation of the blockchain are public-private key pairs
*used to create verifiable signatures
and secure hashes.* Many different algorithms can be used to implement these concepts, a small subset of avaialble algorithms will be implemented by the Assign Onward suite of applications - starting with 256 bit ECDSA and 3072 bit RSA for signatures, and SHA2-256 and SHA3-512 for hashes. The key point of "baking in" multiple cryptographic primitives to the protocols is having the structure to easily accomodate new cryptographic primitives when it becomes necessary, for instance: before Quantum computers become a practical method of breaking the current technology. Algorithms considered Quantum ready today have considerably longer key sizes, and so are unattractive while they are not needed, but at some point in the
*anticipated to be near
future the larger key size will be a good trade for security against quantum breaking of the share title secrets.