MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / cryptSign

Method cryptSign

src/main.py:423–425  ·  view source on GitHub ↗
(self, message, privatekey)

Source from the content-addressed store, hash-verified

421 print(CryptBitcoin.privatekeyToAddress(privatekey))
422
423 def cryptSign(self, message, privatekey):
424 from Crypt import CryptBitcoin
425 print(CryptBitcoin.sign(message, privatekey))
426
427 def cryptVerify(self, message, sign, address):
428 from Crypt import CryptBitcoin

Callers

nothing calls this directly

Calls 1

signMethod · 0.45

Tested by

no test coverage detected