View Source ATECC508A.Info (atecc508a v1.2.0)
This struct contains all of the data stored on the device. Depending on how the device has been provisioned (or not), some fields may be nil.
Link to this section Summary
Link to this section Types
@type t() :: %ATECC508A.Info{ board_name: String.t(), device_compressed_cert: ATECC508A.compressed_cert(), device_public_key: ATECC508A.ecc_public_key(), mfg_serial_number: String.t(), otp_flags: integer(), otp_user: binary(), root_cert_sha256: ATECC508A.sha256(), serial_number: ATECC508A.serial_number(), signer_compressed_cert: ATECC508A.compressed_cert(), signer_public_key: ATECC508A.ecc_public_key(), signer_serial_number: binary() }