Added support for instantiating the vault / identity wallet using a seed phrase #300
Added support for instantiating the vault / identity wallet using an encrypted seed #306
Added support for the updated credential offer flow #309
Breaking Changes
This version of the Library implements a new credential offer flow, as outlined in the updated documentation. Please make sure you update the API.
The constructor for the SoftwareKeyProvider class has been updated to take the encrypted seed as the only argument. The previous constructor is still available using the SoftwareKeyProvider.fromSeed static method.
Bumped the version to v3.0