lakers-shared 0.7.2

EDHOC crypto library constants crate
Documentation
# call with:
# cbindgen --config shared/cbindgen.toml --crate lakers-shared --output target/include/lakers_shared.h -vv

language = "C"
header = """
/*
 * ================================================================================================
 *  WARNING: This file is automatically generated by cbindgen. Manual edits are likely to be lost.
 * ================================================================================================
 */"""
include_guard = "LAKERS_SHARED_H"
cpp_compat = true

[defines]
"feature = quadruple_sizes" = "QUADRUPLE_SIZES"

[export]
include = [
    "EdhocMessageBuffer", "BytesMac", "BytesMac2",
    "EADItemC",
    "EdhocBuffer", "BufferKid", "BufferCred", "BufferIdCred",
    "CredentialKey", "CredentialType", "IdCred",
    "CredentialTransfer",
    "InitiatorStart", "WaitM2", "Completed", "ProcessedM2",
    "EdhocInitiatorC", "EdhocInitiatorWaitM2C", "EdhocInitiatorProcessingM2C", "EdhocInitiatorProcessedM2C", "EdhocInitiatorDoneC",
]