We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d846e commit f293b34Copy full SHA for f293b34
src/primitives/decode.rs
@@ -444,7 +444,7 @@ impl<'s> CheckedHrpstring<'s> {
444
///
445
/// Converts the ASCII bytes representing field elements to the respective field elements.
446
#[inline]
447
- pub fn fe32_iter(&self, _: u8) -> AsciiToFe32Iter {
+ pub fn fe32_iter(&self) -> AsciiToFe32Iter {
448
AsciiToFe32Iter { iter: self.ascii.iter().copied() }
449
}
450
0 commit comments