hexresearch / hexresearch/hschain
Add PBKDF2 wrapper to thundermint-crypto
Open
cryptography
- Dominant language
- C
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Turns out it's not quite trivial. Main building block of PBKDF2 is two parameter pseudorandom function. In spirit of this library it should be passed as type parameter. However there's no obvious type class for such functions. So we have following thing to do:
- [ ] Add HMAC as most commonly used one
- [ ] Decide how to parametrize PRF
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.