Skip to content

Commit ebdd902

Browse files
committed
Fixes to readme
1 parent 7d3d1e6 commit ebdd902

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ a single pair of c & h file. Deployment options:
2525
## License and origins
2626
The implementation of the X25519 and Ed25519 is extracted from
2727
[Daniel Beer's c25519](https://www.dlbeer.co.nz/oss/c25519.html) version 2017-10-05.
28-
28+
Daniel Beer released it under the Public Domain license. To remain in the same
29+
spirit, this library is also licensed as Public Domain using the CC0 license.
2930

3031
## Smaller binaries
3132

@@ -37,6 +38,4 @@ operations to reduce binary size.
3738
|----|----|
3839
| `COMPACT_DISABLE_ED25519` | Disable Ed25519 feature and the related code, shaves of 32% |
3940
| `COMPACT_DISABLE_X25519` | Disable X25519 feature and the related code, shaves of 25% |
40-
| `COMPACT_DISABLE_X25519_DERIVE` | Disable custom derive secret feature,
41-
extra useful combined with `COMPACT_DISABLE_ED25519`, in itself only saves 3%,
42-
combined with disabling Ed25519: 45%|
41+
| `COMPACT_DISABLE_X25519_DERIVE` | Disable custom derive secret feature, extra useful combined with `COMPACT_DISABLE_ED25519`, in itself only saves 3%, combined with disabling Ed25519: 45%|

0 commit comments

Comments
 (0)