mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
parent
44b601b0a9
commit
002173e187
@ -5,7 +5,6 @@
|
|||||||
## Disclaimers
|
## Disclaimers
|
||||||
|
|
||||||
* This library does not provide constant-time guarantees.
|
* This library does not provide constant-time guarantees.
|
||||||
* This library relies on Rust's `i128_type` feature, which is currently only available in the nightly compiler.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@ -13,10 +12,10 @@ Add the `ff` crate to your `Cargo.toml`:
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ff = "0.2"
|
ff = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
The `ff` crate contains `Field`, `PrimeField`, `PrimeFieldRepr` and `SqrtField` traits. See the **[documentation](https://docs.rs/ff/0.2.0/ff/)** for more.
|
The `ff` crate contains `Field`, `PrimeField`, `PrimeFieldRepr` and `SqrtField` traits. See the **[documentation](https://docs.rs/ff/0.3.0/ff/)** for more.
|
||||||
|
|
||||||
### #![derive(PrimeField)]
|
### #![derive(PrimeField)]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user