Skip to content

Commit

Permalink
add String from ark_std
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Feb 6, 2024
1 parent 53004bd commit 4b59220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sponge/absorb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use ark_ec::{
use ark_ff::models::{Fp, FpConfig};
use ark_ff::{BigInteger, Field, PrimeField, ToConstraintField};
use ark_serialize::CanonicalSerialize;
use ark_std::string::String;
use ark_std::vec::Vec;

/// An interface for objects that can be absorbed by a `CryptographicSponge`.
Expand Down

0 comments on commit 4b59220

Please sign in to comment.