Doc link fixes

This commit is contained in:
Jack Grigg 2019-11-07 17:33:22 +00:00
parent 720ee6476f
commit 7fda177da8
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
//! Circuit representation of a [`u32`], with helpers for the [`sha256`]
//! gadgets.
//!
//! [`sha256`]: crate::gadgets::sha256
use ff::{Field, PrimeField, ScalarEngine};

View File

@ -2,6 +2,8 @@
//!
//! Human-Readable Prefixes (HRPs) for Bech32 encodings are located in the [`constants`]
//! module.
//!
//! [`constants`]: crate::constants
use bech32::{self, Error, FromBase32, ToBase32};
use pairing::bls12_381::Bls12;