10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
module Nostr
|
|
class Crypto
|
|
def sign_event: (Event, String) -> Event
|
|
|
|
private
|
|
|
|
def hash_event:(Event) -> String
|
|
end
|
|
end
|