boltlabs-inc / key-mgmt-spec

Formal specification for the key management project
MIT License
3 stars 2 forks source link

Clarify I/O for generate and store #42

Closed marsella closed 2 years ago

marsella commented 2 years ago

The client-side functionality for generating a secret and storing the result locally and remotely takes as input a user_id and returns a key_id.

Open questions about these:

I think it's acceptable to set both of these to be 32 bytes as a global default.