Crate ic_certification

source ·
Expand description

A collection of types related to the Internet Computer Protocol.

If you need support for the serde library, you will need to use the serde feature (available by default).

Modules

Enums

Functions

  • Create an empty hash tree.
  • Create a forked tree from two trees or node.
  • Create a labeled hash tree.
  • Create a leaf in the tree.
  • Create a pruned tree node.
  • Create a pruned tree node, from a hex representation of the data. Useful for testing or hard coded values.

Type Definitions