Module wedpr_l_utils::traits[][src]

WeDPR traits definitions for replaceable algorithms.

Traits

BlockCipher

Trait of a replaceable block cipher algorithm.

Coder

Trait of a replaceable coder algorithm.

Ecies

Trait of a replaceable elliptic curve integrated encryption scheme (ECIES) algorithm.

Hash

Trait of a replaceable hash algorithm.

Signature

Trait of a replaceable signature algorithm.

Vrf

Trait of a replaceable verifiable random function (VRF) algorithm, which is the public-key version of a keyed cryptographic hash.