issues
search
Trust-Machines
/
p256k1
Wrappers around secp256k1 to expose the underlying math, specifically unwrapped points and scalars with multiexponentiation
Apache License 2.0
12
stars
6
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Disable bindgen and upgrade `libsecp256k1`
#83
xoloki
opened
1 month ago
4
Upgrade `libsecp256k1` dependency and disable `bindgen` in `default-features`
#82
xoloki
opened
1 month ago
0
bindgen no longer working with current secp256k1
#81
xoloki
opened
1 month ago
0
Increment minor semver for release
#80
xoloki
closed
7 months ago
1
feat: Implement missing common traits for public types
#79
netrome
closed
7 months ago
3
Implement equality operators for `PublicKey` and all other structs that are missing them
#78
xoloki
closed
7 months ago
0
`const G` in `point` module is platform specific
#77
xoloki
opened
9 months ago
0
Flatten `Base58Error` to allow trivial serialization
#76
xoloki
closed
9 months ago
2
Add custom serde for all structs
#75
xoloki
closed
11 months ago
2
Make `bindgen` an optional build-time dependency, and use a pre-computed `bindings.rs` file by default.
#74
jcnelson
closed
1 year ago
16
publicly use keys::PublicKey in ecdsa module
#73
xoloki
closed
1 year ago
1
Wrap schnorr proofs
#72
xoloki
closed
1 year ago
2
Wrap schnorr proofs
#71
xoloki
closed
1 year ago
0
Add a MultiMult trait and a Point fn which uses it for the multimult operation
#70
xoloki
closed
1 year ago
2
Add trait to allow doing multimult without first creating linear vectors of scalars and points
#69
xoloki
closed
1 year ago
0
Code coverage
#68
sergey-shandar
closed
1 year ago
2
debug should base58 the data so the logs aren't useless
#67
xoloki
closed
1 year ago
1
test point multimult and ecdsa verify under heavily threaded scenarios
#66
xoloki
closed
1 year ago
1
Implement display
#65
aryzing
closed
1 year ago
0
Some `square_and_multiply` optimization.
#64
sergey-shandar
closed
1 year ago
7
rev version for new crate
#63
xoloki
closed
1 year ago
1
simplify `square_and_multiply`
#62
sergey-shandar
closed
1 year ago
1
Use left shift to avoid unstable ilog
#61
xoloki
closed
1 year ago
1
Switch to bs58
#60
aryzing
closed
1 year ago
3
rev version for crate update
#59
xoloki
closed
1 year ago
1
Fix clippy by removing allow unaligned references
#58
jferrant
closed
1 year ago
1
add derive clone to ecdsa::PublicKey
#57
jferrant
closed
1 year ago
1
derive all Errors from Clone
#56
xoloki
closed
1 year ago
1
add Scalar::get_u32 with a test
#55
xoloki
closed
1 year ago
1
add TryFrom<&str> for ecdsa::PublicKey; rename PubKey PublicKey
#54
xoloki
closed
1 year ago
1
Case 2: Replace a function
#53
sergey-shandar
closed
1 year ago
0
Case 1: Remove `static` to make the code visible
#52
sergey-shandar
opened
1 year ago
0
Rust implementation of secp256k1_ge_set_gej
#51
sergey-shandar
closed
1 year ago
1
Replace secp256k1 code patching with C code.
#50
sergey-shandar
opened
1 year ago
0
Reference to the original secp256k1 repo
#49
sergey-shandar
closed
1 year ago
1
Doc generation on github.io (aka GH Pages)
#48
sergey-shandar
opened
1 year ago
0
workspace
#47
sergey-shandar
closed
1 year ago
3
Add a workspace to the project to have separate build tools
#46
sergey-shandar
closed
1 year ago
0
The PR adds `workspace` and introduce a new project `update`
#45
sergey-shandar
closed
1 year ago
9
The p256k1/update tool should apply patches
#44
sergey-shandar
closed
1 year ago
3
Move binding generator into a separate CLI tool and the generated code to the Git repo.
#43
sergey-shandar
closed
1 year ago
0
implement ecdsa pubkey serde
#42
xoloki
closed
1 year ago
1
Point to tm/secp256k#master
#41
sergey-shandar
closed
1 year ago
1
Simplify building process for p256k1.
#40
sergey-shandar
closed
1 year ago
5
Adding a prefix to C extern symbols
#39
sergey-shandar
closed
1 year ago
3
use SHA2-256 not SHA3-256
#38
xoloki
closed
1 year ago
1
Add `field::Element` wrapper and add bip340 functions to `Point`
#37
xoloki
closed
1 year ago
1
Add to_bytes and from implementations for Signature underlying data
#36
jferrant
closed
1 year ago
1
Add functions to `ecdsa::Signature` to load/save byte buffers
#35
xoloki
closed
1 year ago
0
Wrap ecdsa signature generation
#34
jferrant
closed
1 year ago
1
Next