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 future the larger key size will be a good trade for security against quantum breaking of the share title secrets.
Assign Onward
22 May 2018
MIT License
Copyright (c) 2018 Assign Onward
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.