Skip to content

Some more type-safe APIs #35

@mathstuf

Description

@mathstuf

Some APIs look a little unsafe to use. Namely Key::update just takes a binary blob. Instead, it should be bound to some KeyType argument so that it is done appropriately. A method is_keytype<K>(&self) -> Result<bool> would also be nice to have to be able to check what keytype a given key has.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions