Zeth - Zerocash on Ethereum  0.8
Reference implementation of the Zeth protocol by Clearmatics
Public Member Functions | List of all members
test.test_crypto.TestCrypto Class Reference
Inheritance diagram for test.test_crypto.TestCrypto:
Inheritance graph
[legend]
Collaboration diagram for test.test_crypto.TestCrypto:
Collaboration graph
[legend]

Public Member Functions

None test_vk_import_export (self)
 

Detailed Description

Definition at line 20 of file test_crypto.py.

Member Function Documentation

◆ test_vk_import_export()

None test.test_crypto.TestCrypto.test_vk_import_export (   self)

Definition at line 22 of file test_crypto.py.

22  def test_vk_import_export(self) -> None:
23  vk = import_verification_key(TEST_VK)
24  self.assertEqual(
25  TEST_VK,
Here is the call graph for this function:

The documentation for this class was generated from the following file:
coordinator.crypto.export_verification_key
str export_verification_key(ecdsa.VerifyingKey vk)
Definition: crypto.py:66
coordinator.crypto.import_verification_key
ecdsa.VerifyingKey import_verification_key(str vk_s)
Definition: crypto.py:70