File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ fn test_poseidon_bn254_x5_fq_input_random() {
131131 )
132132}
133133
134- /// Check whther providing different number of inputs than supported by the
134+ /// Check whether providing different number of inputs than supported by the
135135/// hasher results in an error.
136136#[ test]
137137fn test_poseidon_bn254_x5_fq_too_many_inputs ( ) {
@@ -246,7 +246,7 @@ macro_rules! test_bytes_to_prime_field_element {
246246 ( $name: ident, $to_bytes_method: ident, $fn: ident) => {
247247 /// Checks whether `bytes_to_prime_field_element_*` functions:
248248 ///
249- /// * Are converting the valid byte slices appropiately .
249+ /// * Are converting the valid byte slices appropriately .
250250 /// * Are throwing an error if the input is greater or equal to the
251251 /// modulus.
252252 #[ test]
You can’t perform that action at this time.
0 commit comments