File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ major series.
123
123
124
124
### 2.1.2
125
125
126
- * Multiple documenation typo fixes.
126
+ * Multiple documentation typo fixes.
127
127
* Fix ` alloc ` feature working with stable rust.
128
128
129
129
### 2.1.1
Original file line number Diff line number Diff line change @@ -351,7 +351,7 @@ This computation requires 25 `vpmadd52luq` and 25 `vpmadd52huq`
351
351
operations. For 256-bit vectors, IFMA operations execute on an
352
352
i3-8121U with latency 4 cycles, throughput 0.5 cycles, so executing 50
353
353
instructions requires 25 cycles' worth of throughput. Accumulating
354
- terms with coefficient \\ (1\\ ) and \\ (2\\ ) seperately means that the
354
+ terms with coefficient \\ (1\\ ) and \\ (2\\ ) separately means that the
355
355
longest dependency chain has length 5, so the critical path has length
356
356
20 cycles and the bottleneck is throughput.
357
357
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const VERIFY_ALLOWED_EDGECASES: &[Flag] = &[
22
22
const VERIFY_STRICT_ALLOWED_EDGECASES : & [ Flag ] =
23
23
& [ Flag :: LowOrderComponentA , Flag :: LowOrderComponentR ] ;
24
24
25
- /// Each variant describes a specfiic edge case that can occur in an Ed25519 signature. Refer to
25
+ /// Each variant describes a specific edge case that can occur in an Ed25519 signature. Refer to
26
26
/// the test vector [README][] for more info.
27
27
///
28
28
/// [README]: https://github.com/C2SP/CCTV/blob/5ea85644bd035c555900a2f707f7e4c31ea65ced/ed25519vectors/README.md
You can’t perform that action at this time.
0 commit comments