-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add v1.generate({seed}) feature, to match did:key driver #74
Comments
Where do we use this feature? Why do we need it? |
@msporny - we use this in |
Yes, but why? What's the use case? Someone wants to use an external random number generator for a seed? Someone wants to physically imprint the seed on titanium plates? |
just a small note, this makes |
I believe this can be closed as this was is now a feature in |
Closing, implemented. |
Add the ability to generate a new Veres One DID from a seed, to match did:key driver.
(Just like with did:key, if a
seed
param is present, use it to generate acapabilityInvocation
key.)Note: Make the PR off of #60 /
v14.x
branch.The text was updated successfully, but these errors were encountered: