mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 15:23:06 +00:00
chore: add missing documentation in serialization trait
Signed-off-by: Brandon H. Gomes <bhgomes@pm.me>
This commit is contained in:
parent
7e432bd6cc
commit
9431fd7448
@ -504,7 +504,7 @@ pub trait Write {
|
||||
self.write_all(&x.to_canonical_u64().to_le_bytes())
|
||||
}
|
||||
|
||||
/// Writes a vector of elements
|
||||
/// Writes a vector `v` of elements from the field `F` to `self`.
|
||||
#[inline]
|
||||
fn write_field_vec<F>(&mut self, v: &[F]) -> Result<(), Self::Error>
|
||||
where
|
||||
@ -528,7 +528,7 @@ pub trait Write {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
///
|
||||
/// Writes a vector `v` of elements from the field extension of `F` to `self`.
|
||||
#[inline]
|
||||
fn write_field_ext_vec<F, const D: usize>(
|
||||
&mut self,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user