Extract event signing into its own class

This commit is contained in:
Wilson Silva
2023-02-25 15:00:04 +07:00
parent 97037e6e30
commit 79567fcf22
8 changed files with 167 additions and 34 deletions

View File

@@ -1,5 +1,6 @@
# frozen_string_literal: true
require_relative 'nostr/crypto'
require_relative 'nostr/version'
require_relative 'nostr/keygen'
require_relative 'nostr/client_message_type'