base-org / webauthn-sol

MIT License
203 stars 74 forks source link

Expected use of fallback? #24

Open pegahcarter opened 2 months ago

pegahcarter commented 2 months ago

Signature verification always attempts to use the RIP-7212 precompile and, if this fails, falls back to using FreshCryptoLib.

In what conditions will the precompile fail where the fallback should pass?