-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds verification of RSA signatures (#26)
* WIP on adding RSA support * Progress on supporting RSA keys for WebAuthn * fixup! Progress on supporting RSA keys for WebAuthn * Use minimal amount of bytes when encoding RSA keys * Removes unused definition * Update src/IC/Crypto/WebAuthn.hs Co-authored-by: Joachim Breitner <[email protected]> * Export helper to create an RSA Webauthn key from a seed * Address review feedback from Gabor * Use RSA scheme for WebAuthn in ic-ref-test Co-authored-by: Bas van Dijk <[email protected]> Co-authored-by: Daniel Stefan Dietiker <[email protected]> Co-authored-by: Joachim Breitner <[email protected]>
- Loading branch information
1 parent
f398532
commit c49a2f4
Showing
5 changed files
with
128 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters