Move the cryptographic hash to newly created pallas-crypto
This commit is contained in:
parent
9c4d41e711
commit
57d6791096
15 changed files with 309 additions and 71 deletions
14
pallas-crypto/README.md
Normal file
14
pallas-crypto/README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Pallas Crypto
|
||||
|
||||
Crate with all the cryptographic material to support Cardano protocol:
|
||||
|
||||
- [x] Blake2b 256
|
||||
- [x] Blake2b 224
|
||||
- [ ] Ed25519 asymmetric key pair and ECDSA
|
||||
- [ ] Ed25519 Extended asymmetric key pair
|
||||
- [ ] Bip32-Ed25519 key derivation
|
||||
- [ ] BIP39 mnemonics
|
||||
- [ ] VRF
|
||||
- [ ] KES
|
||||
- [ ] SECP256k1
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue