You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My back-end servers are written in Rust, I would prefer not to move over to NodeJS if at all possible.
The following JavaScript code is featured in the documentation using @emurgo/cardano-message-signing-nodejs and @emurgo/cardano-serialization-lib-nodejs
Is there anyway anyone knows to easily get these cryptography functions in Rust? My knowledge of Cardano specific cryptography is very limited so I rely very heavily on these helper functions.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Context
I am currently trying to build a form of custom authentication for a web application using Cardano CIP-30 Wallets. I found this article in the official documentation. https://developers.cardano.org/docs/integrate-cardano/user-wallet-authentication/
Issue
My back-end servers are written in Rust, I would prefer not to move over to NodeJS if at all possible.
The following JavaScript code is featured in the documentation using
@emurgo/cardano-message-signing-nodejs
and@emurgo/cardano-serialization-lib-nodejs
Is there anyway anyone knows to easily get these cryptography functions in Rust? My knowledge of Cardano specific cryptography is very limited so I rely very heavily on these helper functions.
Thanks in advance!
The text was updated successfully, but these errors were encountered: