From 888cf942907847fc7e4876f77e35d6ec3f41fd7f Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Wed, 20 Sep 2023 23:33:48 +0200 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5ec4092..fdeaa28 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Fastest 4KB JS implementation of ed25519 signatures. FIPS 186-5 - 🪢 Consensus-friendly, compliant with [ZIP215](https://zips.z.cash/zip-0215) - 🔖 SUF-CMA (strong unforgeability under chosen message attacks) and SBS (non-repudiation / exclusive ownership) +- 📦 Pure ESM, can be imported without transpilers - 🪶 4KB gzipped, 350 lines of code To upgrade from v1 to v2, see [Upgrading](#upgrading).