jolocom / jolocom-lib

Library for interacting with the identity solution provided by Jolocom.
MIT License
24 stars 18 forks source link

Support entropy of different lengths. #330

Closed Exulansis closed 5 years ago

Exulansis commented 5 years ago

Description

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.

mnzaki commented 5 years ago

Closed by #331