nostr-gem/sig/nostr/crypto.rbs
2023-02-25 17:37:58 +07:00

10 lines
134 B
Plaintext

module Nostr
class Crypto
def sign_event: (Event, String) -> Event
private
def hash_event:(Event) -> String
end
end