mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-31 07:42:15 +00:00
Update README/Cargo.toml with correct documentation links.
This commit is contained in:
parent
134b53e812
commit
c7252a43bf
@ -3,7 +3,7 @@ name = "ff"
|
||||
version = "0.2.0"
|
||||
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
||||
description = "Library for building and interfacing with finite fields"
|
||||
documentation = "https://github.com/ebfull/ff"
|
||||
documentation = "https://docs.rs/ff/0.2.0/ff/"
|
||||
homepage = "https://github.com/ebfull/ff"
|
||||
license = "MIT/Apache-2.0"
|
||||
repository = "https://github.com/ebfull/ff"
|
||||
|
@ -16,7 +16,7 @@ Add the `ff` crate to your `Cargo.toml`:
|
||||
ff = "0.2"
|
||||
```
|
||||
|
||||
The `ff` crate contains `Field`, `PrimeField`, `PrimeFieldRepr` and `SqrtField` traits. See the **[documentation](http)** for more.
|
||||
The `ff` crate contains `Field`, `PrimeField`, `PrimeFieldRepr` and `SqrtField` traits. See the **[documentation](https://docs.rs/ff/0.2.0/ff/)** for more.
|
||||
|
||||
### #![derive(PrimeField)]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user