Skip to content

Commit 7d3d1e6

Browse files
committed
Consistent spelling in README.md
1 parent c5392e2 commit 7d3d1e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Compact25519: A compact portable X25519 + Ed25519 implementation
1+
# compact25519: A compact portable X25519 + Ed25519 implementation
22

33
This library is a compact and portable (c99) implementation of two popular
44
operations on the Curve25519:
@@ -12,15 +12,15 @@ There are quite some advantages over older RSA based algorithms:
1212
- Less opportunities to introduce side-channels
1313
- Faster than other popular alternatives at the same 128bit security level
1414

15-
Compact25519 targets smaller embedded devices, binary size is modest and all
15+
compact25519 targets smaller embedded devices, binary size is modest and all
1616
operations are on a byte level, no assumption of fast int32/int64 operations.
1717

18-
Since there is no single C package management system, Compact25519 is released as
18+
Since there is no single C package management system, compact25519 is released as
1919
a single pair of c & h file. Deployment options:
2020

2121
- Download [release from Github](https://github.com/DavyLandman/compact25519/releases)
2222
and copy into your project directory
23-
- Use PlatformIO and take a dependency on Compact25519
23+
- Use PlatformIO and take a dependency on compact25519
2424

2525
## License and origins
2626
The implementation of the X25519 and Ed25519 is extracted from
@@ -30,7 +30,7 @@ The implementation of the X25519 and Ed25519 is extracted from
3030
## Smaller binaries
3131

3232
By default the library contains both X25519 and Ed25519. They share quite some
33-
code. Compact25519 has several defines so that you can disable either one of the
33+
code. compact25519 has several defines so that you can disable either one of the
3434
operations to reduce binary size.
3535

3636
| Define Flag | Description |

0 commit comments

Comments
 (0)