Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
justkawal authored Nov 11, 2023
1 parent bd13c73 commit e4a987d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# edwards25519

### edwards25519, where security meets simplicity in cryptography!!

This library implements the edwards25519 elliptic curve, exposing the necessary APIs to build a wide array of higher-level primitives.
Read the docs at [pub.dev/edwards25519](https://pub.dev/documentation/edwards25519/latest/).

[![codecov](https://codecov.io/gh/justkawal/edwards25519/graph/badge.svg?token=8FERML02AR)](https://codecov.io/gh/justkawal/edwards25519)
[![Licence](https://img.shields.io/badge/License-MIT-red.svg)](./LICENSE)
Expand Down Expand Up @@ -30,7 +29,8 @@ void main() {
```

This library implements the edwards25519 elliptic curve, exposing the necessary APIs to build a wide array of higher-level primitives.
Read the docs at [pub.dev/edwards25519](https://pub.dev/documentation/edwards25519/latest/).
## Donate
If you like this repo and found it useful, please consider **donating ❤️**!! Donation goes towards my tuition fees and helps me maintain edwards25519 and other repos. Thank you so much!!`


Inspiration: [Go-edwards25519](https://github.com/FiloSottile/edwards25519)

0 comments on commit e4a987d

Please sign in to comment.