From e4a987d68a73871e30763c9f4524c2104ca53206 Mon Sep 17 00:00:00 2001 From: justkawal <49296873+justkawal@users.noreply.github.com> Date: Sat, 11 Nov 2023 00:46:48 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6b4150b..06c6f11 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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)