Doc link fixes

This commit is contained in:
Jack Grigg
2019-11-07 17:33:22 +00:00
parent 720ee6476f
commit 7fda177da8
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};