ptth/bare_minimum_crypto/todo.md

404 B

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: