From edb0f7cac61d57de700fee2c6ff4612aec4151e9 Mon Sep 17 00:00:00 2001 From: vnugent Date: Tue, 6 Feb 2024 12:09:51 -0500 Subject: [PATCH] add noscrypt C library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6114d61..2700efd 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,7 @@ Websites with lists of relays and their performance/health: - [Nostra](https://github.com/lontivero/Nostra)![stars](https://img.shields.io/github/stars/lontivero/nostra.svg?style=social) - a F# library, available as a nuget package, for interacting with relays. The Nostra relay is built on top of it too. - [Nostr Access Control](https://github.com/neilck/nostr-access-control)![stars](https://img.shields.io/github/stars/neilck/nostr-access-control.svg?style=social) - Library using Classified Listings, Badge Definition & Award events to check if a user is elgible to access a resource - [nostr-geotags](https://github.com/sandwichfarm/nostr-geotags)![stars](https://img.shields.io/github/stars/sandwichfarm/nostr-geotags.svg?style=social) - NPM module that generates geotags for nostr events given datapoints such as GPS/DD, an ISO-3166-1 countryCode and/or an ISO-3166-2 regionName, as well as many passthroughts. Supports ISO-3166-1/2/3 and UN M49. +- [noscrypt](https://github.com/vnuge/noscrypt)![stars](https://img.shields.io/github/stars/vnuge/noscrypt.svg?style=social) - A C89 library for nostr specific cryptography operations. ## Bridges and Gateways