[][src]Crate rust_cryptoauthlib

Structs

AtcaDevice

The Rust box for C object backing ATCADevice

AtcaIfaceCfg
AtcaIfaceI2c

Enums

AtcaDeviceType

The supported Device type in Cryptoauthlib library

AtcaIfaceType
AtcaStatus

Return status for ATCA functions

Constants

ACTA_RANDOM_BUFFER_SIZE

Number of random bytes generated by atcab_random call

Functions

atca_iface_setup_i2c
atcab_get_device

Get the global device object

atcab_init

Creates a global ATCADevice object used by Basic API.

atcab_random
atcab_release
atcab_sha

Use the SHA command to compute a SHA-256 digest.

Unions

AtcaIface