mirror of
https://github.com/arnaucube/miden-crypto.git
synced 2026-01-09 15:41:30 +01:00
updated readme
This commit is contained in:
10
README.md
10
README.md
@@ -4,7 +4,7 @@
|
|||||||
[](https://github.com/0xPolygonMiden/crypto/actions/workflows/test.yml)
|
[](https://github.com/0xPolygonMiden/crypto/actions/workflows/test.yml)
|
||||||
[](https://github.com/0xPolygonMiden/crypto/actions/workflows/build.yml)
|
[](https://github.com/0xPolygonMiden/crypto/actions/workflows/build.yml)
|
||||||
[](https://www.rust-lang.org/tools/install)
|
[](https://www.rust-lang.org/tools/install)
|
||||||
[](https://github.com/0xPolygonMiden/crypto/releases/)
|
[](https://crates.io/crates/miden-crypto)
|
||||||
|
|
||||||
This crate contains cryptographic primitives used in Polygon Miden.
|
This crate contains cryptographic primitives used in Polygon Miden.
|
||||||
|
|
||||||
@@ -48,6 +48,14 @@ For the above signatures, key generation, signing, and signature verification ar
|
|||||||
- `RpoRandomCoin`: a struct implementing `FeltRng` as well as the [`RandomCoin`](https://github.com/facebook/winterfell/blob/main/crypto/src/random/mod.rs) trait using RPO hash function.
|
- `RpoRandomCoin`: a struct implementing `FeltRng` as well as the [`RandomCoin`](https://github.com/facebook/winterfell/blob/main/crypto/src/random/mod.rs) trait using RPO hash function.
|
||||||
- `RpxRandomCoin`: a struct implementing `FeltRng` as well as the [`RandomCoin`](https://github.com/facebook/winterfell/blob/main/crypto/src/random/mod.rs) trait using RPX hash function.
|
- `RpxRandomCoin`: a struct implementing `FeltRng` as well as the [`RandomCoin`](https://github.com/facebook/winterfell/blob/main/crypto/src/random/mod.rs) trait using RPX hash function.
|
||||||
|
|
||||||
|
## Make commands
|
||||||
|
|
||||||
|
We use `make` to automate building, testing, and other processes. In most cases, `make` commands are wrappers around `cargo` commands with specific arguments. You can view the list of available commands in the [Makefile](Makefile), or run the following command:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
make
|
||||||
|
```
|
||||||
|
|
||||||
## Crate features
|
## Crate features
|
||||||
|
|
||||||
This crate can be compiled with the following features:
|
This crate can be compiled with the following features:
|
||||||
|
|||||||
Reference in New Issue
Block a user