mirror of
https://github.com/saymrwulf/betrusted-curve25519-dalek-source.git
synced 2026-09-04 20:24:07 +00:00
leave a breadcrumb for the next work to do
This commit is contained in:
parent
eb45d338ee
commit
2a1aaa72e8
1 changed files with 3 additions and 0 deletions
|
|
@ -617,6 +617,9 @@ impl<'a, 'b> Mul<&'b Scalar> for &'a MontgomeryPoint {
|
|||
x0.U = FieldElement::from_bytes(©_from_rf(25));
|
||||
x0.W = FieldElement::from_bytes(©_from_rf(26));
|
||||
|
||||
// TODO: optimize this relatively innocuous looking call.
|
||||
// this consumes about 100ms runtime -- need to implement this using
|
||||
// curve25519 acceleration!
|
||||
x0.to_affine()
|
||||
}
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue