Skip to content

Commit 0b45e00

Browse files
authored
chore: typo fix (#608)
1 parent ba7a073 commit 0b45e00

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

curve25519-dalek/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ major series.
123123

124124
### 2.1.2
125125

126-
* Multiple documenation typo fixes.
126+
* Multiple documentation typo fixes.
127127
* Fix `alloc` feature working with stable rust.
128128

129129
### 2.1.1

curve25519-dalek/docs/ifma-notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ This computation requires 25 `vpmadd52luq` and 25 `vpmadd52huq`
351351
operations. For 256-bit vectors, IFMA operations execute on an
352352
i3-8121U with latency 4 cycles, throughput 0.5 cycles, so executing 50
353353
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
355355
longest dependency chain has length 5, so the critical path has length
356356
20 cycles and the bottleneck is throughput.
357357

ed25519-dalek/tests/validation_criteria.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const VERIFY_ALLOWED_EDGECASES: &[Flag] = &[
2222
const VERIFY_STRICT_ALLOWED_EDGECASES: &[Flag] =
2323
&[Flag::LowOrderComponentA, Flag::LowOrderComponentR];
2424

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
2626
/// the test vector [README][] for more info.
2727
///
2828
/// [README]: https://github.com/C2SP/CCTV/blob/5ea85644bd035c555900a2f707f7e4c31ea65ced/ed25519vectors/README.md

0 commit comments

Comments
 (0)