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
Add prefix to all exported C symbols in wrapped secp256k1
#33
xoloki
closed
1 year ago
5
Wrap ecdsa sign/verify and context into rust modules
#32
xoloki
closed
1 year ago
0
Current C binding conflicts with rust-secp256k1 library.
#31
sergey-shandar
closed
1 year ago
8
no cargo.lock
#30
sergey-shandar
closed
1 year ago
1
rand_core 0.6
#29
sergey-shandar
closed
1 year ago
2
Update README.md
#28
sergey-shandar
closed
1 year ago
1
semver fix for removing broken as_bytes call
#27
xoloki
closed
1 year ago
1
use base58 for string conversions; clean up all conversions with extra errors
#26
xoloki
closed
1 year ago
1
fix readme toml and shell blocks; uprev version
#25
xoloki
closed
1 year ago
1
fill out readme; use readme as crate level documentation; add comment…
#24
sergey-shandar
closed
1 year ago
1
badge, markdown, links
#23
sergey-shandar
closed
1 year ago
0
update version in Cargo.lock
#22
xoloki
closed
1 year ago
1
Add doc comments to structs; remove the cargo fields for homepage/docs; rev version for new release
#21
xoloki
closed
1 year ago
0
move bindings.rs into `$OUT_DIR`
#20
xoloki
closed
1 year ago
0
move bindings.rs into target
#19
xoloki
closed
1 year ago
1
Add benchmarks to CI
#18
xoloki
opened
1 year ago
0
Explore adding a `Point::init` `fn` that sets the size of the scratch space
#17
xoloki
closed
1 year ago
0
Move scratch space into thread local storage
#16
xoloki
opened
1 year ago
0
Remove homepage/documentation from Cargo.toml
#15
xoloki
closed
1 year ago
0
Add doc comments to structs and functions
#14
xoloki
closed
1 year ago
0
add keywords and categories for crates.io
#13
xoloki
closed
1 year ago
1
update Cargo.toml for crates.io; add cloudflare support
#12
xoloki
closed
1 year ago
1
rev version to publish on crates.io
#11
xoloki
closed
1 year ago
0
Implement multimult
#10
xoloki
closed
1 year ago
0
Replace `From<Compressed>` with `TryFrom<Compressed>` and check errors
#9
xoloki
closed
1 year ago
0
`From<Compressed> for Point` does not check return values
#8
xoloki
closed
1 year ago
1
Add support for ZKP or range proofs
#7
igorsyl
opened
1 year ago
1
Implement square-and-multiply for scalar exponentiation
#6
xoloki
closed
1 year ago
0
Add benchmarking using criterion crate
#5
xoloki
closed
1 year ago
1
update crate name in readme
#4
xoloki
closed
1 year ago
0
Write or find macros to reduce copypasta around op ref implies
#3
xoloki
opened
1 year ago
0
Implement multiexponentiation
#2
xoloki
closed
1 year ago
1
Implement square and multiply algorithm for Scalar ^ operator
#1
xoloki
closed
1 year ago
1
Previous