Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs!: Introduced breaking changes in Pluto as we are intro… (hyperle…
…dger#116) BREAKING CHANGE: Introduced breaking changes in Pluto as we are introducing credential abstraction and anoncred issuing functionality. - X25519 keys were wrongly set as EC (elliptic) key types which is wrong. EC25519 + Secp256k1 belong to EC key type, X25519 should have Curve25519 instead to be valid. If you previously had a key stored as EC (x25519) changing that keyType to KeyTypes.X25519 (Curve25519). - As we have introduced new credential types we have also built a credential abstraction so storing and fetching credentials becomes easier.
- Loading branch information