From 23119397026266984e84c2aa027f730427661528 Mon Sep 17 00:00:00 2001 From: Ian Mitchell Date: Sat, 31 Aug 2024 11:10:16 -0700 Subject: [PATCH] Update README.md --- packages/discord-verify/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/discord-verify/README.md b/packages/discord-verify/README.md index 1ba5d234..40648a38 100644 --- a/packages/discord-verify/README.md +++ b/packages/discord-verify/README.md @@ -10,6 +10,9 @@ The following graphs show the real world metrics of [Truth or Dare](https://trut By using native WebCrypto instead of `tweetnacl` discord-verify achieves significantly better performance compared to discord-interactions. +> [!IMPORTANT] +> These performance comparisons were made against version 3 of the `discord-interactions` library. As of [version 4](https://github.com/discord/discord-interactions-js/releases/tag/4.0.0) `discord-interactions` has moved to native crypto checks, which should result in similar performance to this package. + ## Installation ```bash