Move the cryptographic hash to newly created pallas-crypto

This commit is contained in:
Nicolas Di Prima 2022-01-17 23:16:13 +00:00
parent 9c4d41e711
commit 57d6791096
15 changed files with 309 additions and 71 deletions

14
pallas-crypto/README.md Normal file
View 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