Add a method to deserialize SecretKeyFactory
from an externally created bytestring
#57
Labels
Milestone
SecretKeyFactory
from an externally created bytestring
#57
This is useful for the cases where one wants to derive
SecretKeyFactory
deterministically. One could usefrom_bytes()
(because any 64 bytes will lead to a valid SKF), but it is better to make it a separate explicit method, to emphasize that the bytes did not come from an earlier SKF serialization.SecretKeyFactory.from_secure_random_bytes()
? We will also need to expose the required bytestring length somehow.The text was updated successfully, but these errors were encountered: