5 lines
169 B
Plaintext
5 lines
169 B
Plaintext
# Added only to satisfy the Steep requirements. Not 100% reliable.
|
|
module Schnorr
|
|
def self.sign: (String message, String private_key, ?String aux_rand) -> untyped
|
|
end
|