mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-06 20:20:34 +00:00
Add reference to issue in TODO comment.
This commit is contained in:
parent
adf1c2f451
commit
47d021ceb3
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ impl<W: Write, C: CurveAffine> DummyHashWrite<W, C> {
|
||||||
|
|
||||||
/// Conclude the interaction and return the output buffer (writer).
|
/// Conclude the interaction and return the output buffer (writer).
|
||||||
pub fn finalize(self) -> W {
|
pub fn finalize(self) -> W {
|
||||||
// TODO: handle outstanding scalars?
|
// TODO: handle outstanding scalars? see issue #138
|
||||||
self.writer
|
self.writer
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue