File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 42
42
43
43
// execute test vectors
44
44
for test_vector in test_vectors. test_vectors {
45
- // deserialize input & ouptut
45
+ // deserialize input & output
46
46
let input: Vec < Fp > = test_vector
47
47
. input
48
48
. into_iter ( )
@@ -161,7 +161,7 @@ fn test_poseidon_vesta_absorb_point_to_infinity() {
161
161
}
162
162
163
163
#[ test]
164
- fn test_poseidon_challenge_multiple_times_without_absorbtion ( ) {
164
+ fn test_poseidon_challenge_multiple_times_without_absorption ( ) {
165
165
let mut sponge = DefaultFqSponge :: < VestaParameters , PlonkSpongeConstantsKimchi > :: new (
166
166
fq_kimchi:: static_params ( ) ,
167
167
) ;
@@ -194,7 +194,7 @@ fn test_poseidon_challenge_multiple_times_without_absorbtion() {
194
194
}
195
195
assert ! (
196
196
!challenges. contains( & chal) ,
197
- "Challenges must always be different, even without any absorbtion "
197
+ "Challenges must always be different, even without any absorption "
198
198
) ;
199
199
challenges. push ( chal) ;
200
200
}
You can’t perform that action at this time.
0 commit comments