[][src]Crate zeros

Extensions for hashing crates

Project

Features

This project provides some extensions which can be used with hashing crates, such as tiny-keccak.

Notes

The crate uses #![no_std] by default. Documentation is built with all features, which include std. If you see some components from std crate, you have to use that feature.

Failures

Panics, missing documentation, missing tests... are my failures. It would help me a lot if you file new issues when you encounter such problems.

Thank you,

Modules

version_info

6.0.0 (August 18th, 2019)

Structs

Error

Error

ReadOnlyZeros

Read-only zeros

Enums

Zeros

Zeros

Constants

CODE_NAME

Crate code name

HEX_STRS

A slice of hexadecimal strings of all u8 values

ID

ID of this crate

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging...

VERSION

Crate version

Functions

bytes_to_hex

Formats a byte slice as a hexadecimal string, in lower-case

Type Definitions

Result

Result type used in this crate

Z128

128 bits (16 bytes)

Z224

224 bits (28 bytes)

Z256

256 bits (32 bytes)

Z384

384 bits (48 bytes)

Z512

512 bits (64 bytes)