klefki.structure
¶
Module Contents
¶
Classes
¶
MerkleTree
class
klefki.structure.
MerkleTree
(
value
,
is_leaf
=
False
,
parent
=
None
,
hash_fn
=
lambda x, y: ...
)
¶
_build_tree
(
self
,
leaves
)
¶
property
height
(
self
)
¶
property
root
(
self
)
¶
property
value
(
self
)
¶
klefki
Navigation
TL;DR
Paillier’s encryption Scheme
Non-interactive and Reusable Non-malleable Commitment Schemes
Pedersen Commitment
\(\Sigma\)
Protocols
Abstract Algebra Types
Homomorphic Encryption
From ZK to Bulletproofsproof via Python
Paillier’s encryption Scheme
ElGamal
Test
Shamir’s secret sharing scheme
Discrete-Logarithm-Based Trapdoor Commitment Schemes
Threshold ECDSA
POD-Mini and POD-AS
Damgard-Jurik Scheme of Paillier
Threshold Paillier Cryptosystem
R1CS to QAP
Play MimbleWimble with klefki
Groth16 in Klefki
API Reference
Related Topics
Documentation overview
Quick search