Skip to content

Commit

Permalink
Merge pull request #49 from LedgerHQ/crypto
Browse files Browse the repository at this point in the history
BIP-32 derivations and master fingerprint; ECDSA and Schnorr signatures on Secp256k1
  • Loading branch information
bigspider authored Dec 16, 2024
2 parents c657e36 + 97797e3 commit e980f70
Show file tree
Hide file tree
Showing 15 changed files with 2,209 additions and 19 deletions.
9 changes: 5 additions & 4 deletions app-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ critical-section = "1.1.2"
ctor = "0.2.8"
embedded-alloc = "0.5.1"
subtle = { version="2.6.1", default-features = false }
hex-literal = "0.4.1"
zeroize = "1.8.1"

[target.'cfg(target_arch = "x86_64")'.dependencies]
bip32 = "0.5.2"
hex = "0.4.3"
k256 = { version = "0.13.4", default-features = false, features = ["alloc", "ecdsa-core", "schnorr"] }
num-bigint = "0.4.6"
num-traits = "0.2.19"
sha2 = "0.10.8"
ripemd = "0.1.3"

[dev-dependencies]
hex-literal = "0.4.1"
sha2 = "0.10.8"
Loading

0 comments on commit e980f70

Please sign in to comment.