stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
57 stars 60 forks source link

Add example with ecdsa secp256r1 (prime256r1 / p256) verification #298

Closed leighmcculloch closed 6 months ago

leighmcculloch commented 7 months ago

What

Add example with ecdsa secp256r1 (prime256r1 / p256) verification.

Why

To demonstrate how to use crypto libraries to do other forms of crypto in the guest side.

Thanks to @graydon for helping get me started on this.

leighmcculloch commented 6 months ago

I may reopen again in the future with a copy of https://github.com/leighmcculloch/soroban-webauthn.