ptth/bare_minimum_crypto/todo.md

16 lines
404 B
Markdown
Raw Normal View History

2021-02-08 22:26:49 +00:00
User story checklist:
C++ implementation:
- (X) Generate human secret key
- (X) Generate machine secret key
- (X) Certify signing key with root secret key
- ( ) Sign payload with signing key
- ( ) Verify payload with root pubkey
Todo:
- Use libsodium's secure memory when handling keys / seeds / passphrases
- Test on Windows (machine_id won't work)
2021-02-18 19:08:31 +00:00
- Impl https://www.rfc-editor.org/rfc/rfc8959.txt