-
Notifications
You must be signed in to change notification settings - Fork 115
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
[morpheusvm/tokenvm/indexvm] Change the auth
on one of these to better showcase how to provide your own crypto
#267
Comments
auth
on one of these to better showcase how to provide your own cryptoauth
on one of these to better showcase how to provide your own crypto
We are hacking on an |
Exactly why I want to fix this 😓. Thanks for sharing your use case! I am planning to work on this right after the first public Devnet is launched. It'll be a pretty easy integration (Address will basically become a byte slice instead of a fixed-size ed25519 public key byte array). It will then be up to the VM user to specify an address scheme that makes sense for them (will also make adding abstract accounts/interacting with WASM programs MUCH easier). |
Great blog on this topic: https://gogo-webauthn.fly.dev/blog And associated code: https://github.com/multisig-labs/webauthn-demo |
We should use BLS for this...we'll need to generalize
crypto.PublicKey
andcrypto.Signature
, which are hardcoded to 32 and 64 bytes, respectively. BLS has 48 and 96.Potential Changes
The text was updated successfully, but these errors were encountered: