Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
torben-hansen committed Oct 30, 2023
1 parent c26bdda commit f3dc7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/curve25519/curve25519.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
// X25519 [1] and Ed25519 [2] is an ECDHE protocol and signature scheme,
// respectively. This file contains an implementation of both using two
// different backends:
// 1) One backed is a pure C backend that should work on any platform.
// 1) One backend is a pure C backend that should work on any platform.
// 2) The other backend is machine-optimized using s2n-bignum [3] as backend.
//
// [1]: https://datatracker.ietf.org/doc/html/rfc7748
Expand Down

0 comments on commit f3dc7b4

Please sign in to comment.