Added the methods: - Event#verify_signature - Crypto#check_sig! - Crypto#valid_sig? - Crypto#sign_message Fixed a primitive obsession by introducing a Signature class to ensure that signatures are valid Nostr signatures.
5 lines
64 B
Plaintext
5 lines
64 B
Plaintext
module Nostr
|
|
class SignatureValidationError < Error
|
|
end
|
|
end
|