-
Notifications
You must be signed in to change notification settings - Fork 33
Remove bcypto #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Remove bcypto #100
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
70219b0
Replace bcrypto x25519 key pair generation with @stablelib/x25519
fdf5111
Validate that public key length is 32
88eb16f
Replace bcrypto/hkdf with @stablelib/hkdf
a53e7a9
Replace bcrypto x25519 completely
03e94fd
Replace bcrypto aead with aead-js
0b89edf
Remove bcrypto from dependencies
773450e
Replace aead-js with @stablelib/chacha20poly1305
8eb4e0a
Fix decrypt function name
04e5ac7
Fix decrpyt not returning decrypted plaintext
75880e5
Remove @types/elliptic dependency
1cc1a84
Add coverage folder to gitignore
7465f0a
Avoid converting ciphertext to Uint8Array in decrypt
4bb48e2
Add node 15 to CI test matrix
7fb4662
Explain x25519 generateKeyPairFromSeed accepting private key instead …
1e6dc90
Replace default imports with * imports to fix benchmarks
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,3 +14,4 @@ npm-debug.log* | |
yarn-debug.log* | ||
yarn-error.log* | ||
lerna-debug.log* | ||
coverage/* |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.