mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Explain the baseline "readability" in comparison.
This commit is contained in:
parent
fc2725889c
commit
4cd8ffd797
1 changed files with 4 additions and 3 deletions
|
|
@ -74,9 +74,10 @@ included in the SUPERCOP benchmarking suite (albeit their numbers are for the
|
||||||
older Nehalem microarchitecture).
|
older Nehalem microarchitecture).
|
||||||
|
|
||||||
Additionally, thanks to Rust, this implementation has both type and memory
|
Additionally, thanks to Rust, this implementation has both type and memory
|
||||||
safety. Not to mention that it's readable for everyone, making ours arguable
|
safety. It's also easily readable a much larger set of people than those who
|
||||||
more readily auditable. We're of the opinion that these features—combined
|
can read qhasm, making it more readily and more easily auditable. We're of
|
||||||
with speed—are ultimately more valuable than sole cycle count.
|
the opinion that, ultimately, these features—combined with speed—are more
|
||||||
|
valuable than simply cycle counts alone.
|
||||||
|
|
||||||
# Warnings
|
# Warnings
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue