mirror of
https://github.com/arnaucube/babyjubjub-rs.git
synced 2026-02-03 00:46:39 +01:00
add travis & crate config
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# babyjubjub-rs
|
||||
# babyjubjub-rs [](https://crates.io/crates/babyjubjub-rs) [](https://travis-ci.org/arnaucube/babyjubjub-rs)
|
||||
BabyJubJub elliptic curve implementation in Rust
|
||||
|
||||
Uses MiMC7 hash function: https://github.com/arnaucube/mimc-rs
|
||||
@@ -8,10 +8,10 @@ Doing this in my free time to get familiar with Rust, do not use in production
|
||||
|
||||
- [x] point addition
|
||||
- [x] point scalar multiplication
|
||||
- [ ] {point, pk, signature} compress&decompress parsers
|
||||
- [x] eddsa keys generation
|
||||
- [x] eddsa signature
|
||||
- [x] eddsa signature verification
|
||||
- [ ] {point, pk, signature} compress&decompress parsers
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user