-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement webcrypto import ECDSA key and export as SPKI (#200)
* Update README * Make test UI a bit nicer and fix an unhandled error on randomFill * Fix some tests and some types * Add a guard for buffer enconding * Add type to import pbkdf2 * Import almost working * Add crypto_ec. file * Working internal openSLL key generatin * Compiling C++ implementation of import EC key and fix JS classes and types * Minor type fixes * Simplify test structure * Simplify module * Working ECDSA import and SPKI export * Typescript fixes * Add types to parent package * Dependencies * Update gradle wrapper * Update Java version on action * Update Java version on action * Update Java version on action * Remove yarn.lock changes action * Do not use build caches * Do not use build caches * Change react native android dependency * Fix Android compilation * Change lint to run on example folder * Change lint to run on example folder * Change lint to run on example folder * Change lint to run on example folder * Adjust Android compilation * JS linting * cpp linting * Fix android header * Update Lint Report action version * Update Lint Report action version * Update JDK Setup * Update dependencies * Update dependencies * linting * Reinsert deps * lock * lock * Simplify example app build.gradle * Add pickFirst instructions to the README * remove pickFirst from build.gradle
- Loading branch information
Showing
27 changed files
with
1,475 additions
and
315 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
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
Oops, something went wrong.