Fix the RBS type of Nostr::Crypto::BN_BASE

This commit is contained in:
Wilson Silva 2023-11-18 16:28:31 +07:00
parent 2584967654
commit 3077aa67a7
No known key found for this signature in database
GPG Key ID: 65135F94E23F82C8

View File

@ -1,6 +1,6 @@
module Nostr
class Crypto
BN_BASE: Integer
BN_BASE: 0 | 2 | 10 | 16
CIPHER_CURVE: String
CIPHER_ALGORITHM: String