mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Doc link fixes
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
//! Circuit representation of a [`u32`], with helpers for the [`sha256`]
|
//! Circuit representation of a [`u32`], with helpers for the [`sha256`]
|
||||||
//! gadgets.
|
//! gadgets.
|
||||||
|
//!
|
||||||
|
//! [`sha256`]: crate::gadgets::sha256
|
||||||
|
|
||||||
use ff::{Field, PrimeField, ScalarEngine};
|
use ff::{Field, PrimeField, ScalarEngine};
|
||||||
|
|
||||||
|
@@ -2,6 +2,8 @@
|
|||||||
//!
|
//!
|
||||||
//! Human-Readable Prefixes (HRPs) for Bech32 encodings are located in the [`constants`]
|
//! Human-Readable Prefixes (HRPs) for Bech32 encodings are located in the [`constants`]
|
||||||
//! module.
|
//! module.
|
||||||
|
//!
|
||||||
|
//! [`constants`]: crate::constants
|
||||||
|
|
||||||
use bech32::{self, Error, FromBase32, ToBase32};
|
use bech32::{self, Error, FromBase32, ToBase32};
|
||||||
use pairing::bls12_381::Bls12;
|
use pairing::bls12_381::Bls12;
|
||||||
|
Reference in New Issue
Block a user