From 3077aa67a79ddf3a1d2ae2e9d0e024cbe442e1eb Mon Sep 17 00:00:00 2001 From: Wilson Silva Date: Sat, 18 Nov 2023 16:28:31 +0700 Subject: [PATCH] Fix the RBS type of Nostr::Crypto::BN_BASE --- sig/nostr/crypto.rbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sig/nostr/crypto.rbs b/sig/nostr/crypto.rbs index fb35a7e..9924f1c 100644 --- a/sig/nostr/crypto.rbs +++ b/sig/nostr/crypto.rbs @@ -1,6 +1,6 @@ module Nostr class Crypto - BN_BASE: Integer + BN_BASE: 0 | 2 | 10 | 16 CIPHER_CURVE: String CIPHER_ALGORITHM: String