jolocom / jolocom-lib

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

feat(slip0010 recovery): basic support for deriving ed25519 keys usig slip0010 #425

Closed Exulansis closed 4 years ago

Exulansis commented 4 years ago

Also, by extension, adds support for recovering a local identity from a seed.

Currently blocked by a new release of the native-utils.

Exulansis commented 4 years ago

Also brings in tests for parseAndValidate, and for JolocomRegistrar.

Fixes a bug in parseAndValidate.interactionToken which would lead to signatures not verifying correctly.