issues
search
rust-bitcoin
/
rust-secp256k1
Rust language bindings for Bitcoin secp256k1 library.
Creative Commons Zero v1.0 Universal
350
stars
270
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
`secp256k1-sys` v0.10.1 fails to compile on `thumbv7em-none-eabi` target
#766
jsdw
opened
3 days ago
2
chore: add back to/from i32 fns
#765
mattsse
opened
3 days ago
3
Update the `secp256k1-sys` codebase to version v0.6.
#764
jlest01
closed
11 hours ago
9
Add a warning about signing messages without random nonce
#763
KaffinPX
closed
2 weeks ago
5
feat: add sign_schnorr_no_aux_rand for Keypair
#762
witter-deland
closed
2 weeks ago
6
Feature request: add sign_schnorr_no_aux_rand method for Keypair
#761
witter-deland
opened
2 weeks ago
3
fix: don't randomize the global context twice
#760
DaniPopes
closed
3 weeks ago
0
Global context is randomized twice
#759
DaniPopes
closed
3 weeks ago
1
Wrong doc for creating Keypair
#758
jonasnick
opened
3 weeks ago
0
chore: fix doc typos for keys
#757
tvolk131
closed
3 weeks ago
0
Investigate running tests in Valgrind
#756
liamaharon
opened
1 month ago
3
Use `Into<Message>` in signing api
#755
liamaharon
closed
1 month ago
5
Tidy up ellswift before the next major version release
#754
shinghim
opened
1 month ago
1
Backport #752 to 0.29.x
#753
shinghim
closed
1 month ago
2
Create `Party` enum and deprecate `ElligatorSwiftParty` in favor of it
#752
shinghim
closed
1 month ago
6
Reorder verify_ecdsa args to match those of verify_schnorr
#751
shinghim
opened
1 month ago
10
release secp256k1 0.30.0
#750
apoelstra
closed
1 month ago
1
Add tests for ecdsa::Signature::from_compact
#749
shinghim
closed
1 month ago
0
secp256k1-sys 0.10.1 compilation fails on Windows using Rust 1.63.0
#748
arik-so
opened
1 month ago
5
Automated daily update to rustc (to nightly-2024-11-20)
#747
apoelstra
opened
2 months ago
0
Improved `PublicKey` and `XOnlyPublicKey` `Debug` impl
#745
liamaharon
closed
2 months ago
2
Automated daily update to rustc (to nightly-2024-09-15)
#744
apoelstra
closed
2 months ago
2
Make `RecoveryId` an enum
#743
liamaharon
closed
2 months ago
3
secp256k1-sys v0.10.1 released as a crate but not available here?
#742
shesek
closed
2 months ago
3
ElligatorSwift "A/B" enum should have better-named variants
#741
apoelstra
closed
1 month ago
4
fix docs for new clippy lint
#740
apoelstra
closed
2 months ago
10
CI: Run the nightly update job at 5 past midnight
#739
tcharding
closed
2 months ago
5
Automated daily update to rustc (to nightly-2024-09-10)
#738
apoelstra
closed
2 months ago
5
Deprecate from_slice methods in favor of arrays
#737
jamillambert
closed
2 months ago
7
Backport of #735 to secp256k1-sys 0.10
#736
apoelstra
closed
2 months ago
12
secp256k1-sys: update util.h patch to delete more stdio code
#735
apoelstra
closed
2 months ago
3
secp256k1-sys cannot be cross compiled using rust cross.
#734
KernelPanic0
closed
2 months ago
3
Update lib.rs
#733
EthnTuttle
closed
2 months ago
0
Fix hashes version range in 0.29.1
#732
Kixunil
closed
2 months ago
2
Stop indexing hash types
#731
tcharding
closed
2 months ago
2
Allow infallible construction of `Signature`
#730
yukibtc
closed
2 months ago
3
`PublicKey` and `XOnlyPublicKey` should not *derive* `Debug`
#729
Kixunil
closed
2 months ago
2
Feature gate the `Keypair::FromStr` impl
#728
tcharding
closed
2 months ago
1
`RecoveryId` should be an enum
#727
Kixunil
closed
2 months ago
0
key: don't use `Hasher` to generate fingerprints; just use `hashes` crate
#726
apoelstra
closed
2 months ago
2
Don't use `std`'s siphash to produce secret key fingerprints
#725
Kixunil
closed
2 months ago
0
`SecretKey::secret_bytes()` and `Index<FullRante> for SecretKey` contradict each other
#724
Kixunil
opened
3 months ago
6
Remove useless/broken reexport of `hashes`
#723
Kixunil
opened
3 months ago
2
Truncate secret hash
#722
tcharding
closed
3 months ago
13
[WIP] Add bip352 silentpayments module
#721
jlest01
opened
3 months ago
1
rustfmt: Use show_parse_errors
#720
tcharding
closed
3 months ago
0
[NO MERGE]: Risc0 compatible 0.29.0
#719
citizen-stig
opened
3 months ago
0
Remove check-for-api infrastructure
#718
tcharding
closed
3 months ago
1
feat: Patch ecrecover
#717
Bisht13
closed
3 months ago
0
Add Musig2 module
#716
jlest01
opened
3 months ago
11
Next