Closed Exulansis closed 5 years ago
The SoftwareKeyProvider should not be restricted to expect a 32 byte entropy value. We need to ensure that the provided entropy is at least 16 bytes, at most 32 bytes, and a multiple of 4 bytes.
SoftwareKeyProvider
32 byte
16 bytes
32 bytes
4 bytes
Closed by #331
Description
The
SoftwareKeyProvider
should not be restricted to expect a32 byte
entropy value. We need to ensure that the provided entropy is at least16 bytes
, at most32 bytes
, and a multiple of4 bytes
.