IoTone / TheShellProject

The Shell Project aims to build a viable general purpose blockchain written in Dlang, with attributes of security, ease of deployment, clear specification, ease of use for DAPPs, and multiple implementation interop
1 stars 1 forks source link

Implement a complete cryptocore.d #69

Open truedat101 opened 5 years ago

truedat101 commented 5 years ago

This should simply be the collection of Shell Blockchain specific techniques, methods, algorithms that are specific to Shell Blockchain, and/or are wrappers around other existing crypto libraries. The goal is to have a uniform set of crypto functions so that we avoid blocks of copy/paste code. That's how bugs spread.

See: https://github.com/QuantumMechanics/NEM-sdk#8---crypto-helpers

For examples of NEM specific crypto functions.