issues
search
jedisct1
/
rust-ed25519-compact
Small, wasm-friendly, zero-dependencies Ed25519 and X25519 implementation for Rust.
MIT License
121
stars
22
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: disable std for dependencies
#32
mdrssv
opened
3 months ago
2
Possible bug in master/src/ed25519.rs#L241
#31
dima-brook
closed
1 year ago
1
Compiling for release mode with debug info on wasm is unreasonably slow
#30
ephemer
closed
1 year ago
2
Expose scalar multiplication on ed25519
#29
cloudhead
opened
1 year ago
0
Ed25519 ECDH
#28
cloudhead
opened
1 year ago
3
Ability to convert X25519 to Ed25519
#27
dr-orlovsky
closed
1 year ago
5
`--no-default-features` build is broken
#26
brycx
closed
1 year ago
0
pem feature for no_std?
#25
RaitoBezarius
closed
2 years ago
3
Add possibility to construct `KeyPair` with an untrusted public key
#24
brycx
closed
2 years ago
2
Error instead of panic if `KeyPair::from_seed()` receives all-zero input
#23
brycx
closed
2 years ago
2
very long compile time when targeting WASM
#22
thomasheyenbrock
closed
2 years ago
2
Feature request: Add `Drop` impl and `DerefMut` for all `PublicKey` types
#21
poliorcetics
closed
2 years ago
1
feat: implement DerefMut for more types to allow peoples to implement Zeroize as needed
#20
poliorcetics
closed
2 years ago
2
feat: add zeroizing feature to implement zeroize::Zeroize for key types
#19
poliorcetics
closed
2 years ago
8
Ability to convert Ed25519 key to X25519
#18
cloudhead
closed
2 years ago
1
Clarify license
#16
lann
closed
2 years ago
0
Feature-change for `>= 1.0.13` regarding `signatures` imports
#15
brycx
closed
2 years ago
3
Add support for digest signing and Rustcrypto `DigestSigner` trait
#14
Erik1000
closed
2 years ago
3
Formal verification report link
#13
pinkforest
closed
2 years ago
1
Implement DerefMut for SecretKey and Seed
#12
lann
closed
2 years ago
0
Zeroizing SecretKey
#11
lann
closed
2 years ago
1
Added PartialOrd and Ord to PublicKey, SecretKey, KeyPair and Signature
#10
VictorKoenders
closed
2 years ago
3
Add opt_size feature to reduce .text segment size at the cost of perf…
#9
cr1901
closed
2 years ago
1
Add opt_size feature for embedded environments.
#8
cr1901
closed
2 years ago
2
Added the serde_support feature
#7
raphaelahrens
closed
2 years ago
3
Fixed a recursive invocation of Debug::fmt
#6
raphaelahrens
closed
2 years ago
1
Adding a serde feature for PublicKey, SecretKey and KeyPair
#5
raphaelahrens
closed
1 year ago
2
Declare `new` functions as const
#4
davidlattimore
closed
2 years ago
3
Build failing
#3
samip5
closed
4 years ago
3
Add optional serde feature
#2
wg
closed
4 years ago
2
Support converting Keypair to & from bytes
#1
wg
closed
4 years ago
1