ATECC508A.Util (atecc508a v0.3.0) View Source

Various utility functions

Link to this section Summary

Functions

Pad the given binary out to the specified length.

Trim trailing zeros from a binary.

Link to this section Functions

Specs

pad_zeros(binary(), pos_integer()) :: binary()

Pad the given binary out to the specified length.

Specs

trim_zeros(binary()) :: binary()

Trim trailing zeros from a binary.