-
Notifications
You must be signed in to change notification settings - Fork 1
make wasm32 compatible
#2
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
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
24a4a80
replace `sodiumoxide` with `chacha20` and `poly1305` crates
DougAnderson444 3f14392
make ssh-key optional
DougAnderson444 7071e29
start multisig patch
DougAnderson444 641bf17
place `ssh` behind feature flag
DougAnderson444 3ca44cc
Merge branch 'switch-chacha20' into feature-ssh
DougAnderson444 41929cc
use ed25519_dalek instead of ssh-key
DougAnderson444 3350013
make deps direct to douganderson444 repo branch
DougAnderson444 5295c02
update gh actions CI
DougAnderson444 2329d2d
`ssh-key` no-default-features for `wasm32-*` builds
DougAnderson444 343864e
rm dup runs-on
DougAnderson444 3746df5
Update rust.yml
DougAnderson444 d194cdd
allow manual github workflow dispatch
DougAnderson444 d514e91
add getrandom/js dep for CI build
DougAnderson444 d32aa65
switch back to cryptid repo
DougAnderson444 342359a
Merge remote-tracking branch 'upstream/main' into wasm32-pure-doug
DougAnderson444 84cc004
chacha20poly1305 is 32 byte key, 12 bytes nonce
DougAnderson444 f78c88d
rm println
DougAnderson444 ce8f2af
comment about why wasm feature is present
DougAnderson444 9e11324
fix comment typo
DougAnderson444 f9746b7
Merge remote-tracking branch 'upstream/main' into switch-chacha20
DougAnderson444 f5fde90
Revert "Merge remote-tracking branch 'upstream/main' into switch-chac…
DougAnderson444 3b89dc2
redo clippy fixes
DougAnderson444 f479bd4
use `from(mk: Multikey)`
DougAnderson444 b1b73aa
v1.0.7
DougAnderson444 182c01f
use matches!
DougAnderson444 4897852
use vec!, and other clippy and rustfmt chgs
DougAnderson444 6eb6665
add missing rustdoc comments
DougAnderson444 1fc668c
use `to_owned()`
DougAnderson444 0335c53
multikey from seed + test (Ed25519 only for now)
DougAnderson444 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
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.