-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Curtis Harding <ch@curtish.me>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule rust-ed25519-bip32
updated
8 files
+2 −0 | .github/CODEOWNERS | |
+1 −1 | Cargo.toml | |
+1 −2 | src/lib.rs | |
+2 −1 | wasm/Cargo.toml | |
+12 −14 | wasm/src/lib.rs | |
+30 −0 | wasm/src/tests.rs | |
+1 −1 | wrapper/Cargo.toml | |
+4 −4 | wrapper/src/wrapper.rs |