ErrKeyDerivation
Description:
public enum ErrKeyDerivation
Content:
Enum values:
- FAILED - The crypto lib was
unable to derive a key from the given passphrase, which is usually a lack of memory issue.
- NULL - One of the arguments to
the function was NULL when it was not expected.
- OK - The function returned
successfully.