entropyxyz / cli

CLI utility to ease interactions with an Entropy network.
GNU Affero General Public License v3.0
5 stars 0 forks source link

[test] signWithAdapter #123

Closed mixmix closed 1 week ago

mixmix commented 2 weeks ago

signWithAdapter

signWithAdapter(entropy, { msg: string, verifyingKey, auxillaryData? })
=> success (signature)
=> fail (error)

LATER: will need adapters design

mixmix commented 1 week ago

Ready for review here : https://github.com/entropyxyz/cli/pull/144