You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sounds simple but would require digging into some type-fu.
It looks like the big "behavior" match thing would have to go to make this possible. Probably a good design choice anyway.
The benefit is implementing custom key types becomes a little easier for devs (no need for extra error handling when keys are fixed size).
The text was updated successfully, but these errors were encountered:
uint
changed the title
OwnedKey::from_bytes should operate on things like &[u8; 4] when key size is fixedOwnedKey::from_bytes should operate on things like &[u8; 4] when key size is fixed
Sep 10, 2024
This sounds simple but would require digging into some type-fu.
It looks like the big "behavior" match thing would have to go to make this possible. Probably a good design choice anyway.
The benefit is implementing custom key types becomes a little easier for devs (no need for extra error handling when keys are fixed size).
The text was updated successfully, but these errors were encountered: