Skip to content

Commit 36d8875

Browse files
committed
Update readme
Signed-off-by: Denis Varlakov <denis@dfns.co>
1 parent 036ea52 commit 36d8875

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,11 @@ let child_key = derive_using_generic_algo::<Secp256r1, Slip10>(master_key_pair);
5252
```
5353

5454
### Features
55-
* `std`: enables std library support (mainly, it just implements `Error`
56-
trait for the error types)
57-
* `curve-secp256k1`, `curve-secp256r1`, `curve-ed25519` add curve implementation into the crate
58-
curves module
55+
* `curve-secp256k1`, `curve-secp256r1`, `curve-ed25519`, `curve-stark` add curve implementation
56+
into the crate curves module
57+
* `all-curves` adds all curves listed above
58+
* `slip10`, `edwards`, `stark` add `slip10`, `edwards`, and `stark` HD derivations respectively
59+
* `serde` adds `serde::{Serialize, Deserialize}` traits implementation to the types in the library
5960

6061
## Join us in Discord!
6162
Feel free to reach out to us [in Discord](https://discordapp.com/channels/905194001349627914/1285268686147424388)!

0 commit comments

Comments
 (0)