Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion circuits/src/keccak/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ where
///
/// # Note
///
/// The `vk` has to be already paddeed.
/// The `vk` has to be already padded.
pub fn from_vk(vk: &VerificationKey) -> Self {
let VerificationKey {
alpha,
Expand Down
2 changes: 1 addition & 1 deletion circuits/src/keccak/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ pub fn compute_submission_id(

/// Compute the representation of a 32-byte Keccak digest as a pair of field
/// elements. The elements are the low and high order 128-bit halves
/// (respectivaly) of the digest when interpretted as a 256-bit word. Namely,
/// (respectively) of the digest when interpreted as a 256-bit word. Namely,
/// they are the (big-endian) integers encoded in the trailing and leading
/// (respectively) 16 bytes of the digest in memory.
/// See ``digestAsFieldElements` in `UpaLib.sol`.
Expand Down