go over types that have data and make them return borrows by default #21
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
stuff like
Mnemonic::entropy()
which returns a clone of the inner slice, should return a slice. This kind of change would be breaking and would require a refactor all over Keyfork for all types.