pqc-binary-format 1.0.12

Standardized binary format for post-quantum cryptography encrypted data interchange
Documentation
# cbindgen configuration for generating C/C++ headers

language = "C"
header = "/* PQC Binary Format v1.0 - C/C++ Bindings */\n/* Auto-generated header file - DO NOT EDIT */\n"
include_guard = "PQC_BINARY_FORMAT_H"
autogen_warning = "/* Warning: This file is auto-generated by cbindgen. */\n"
pragma_once = true
cpp_compat = true
style = "both"

[export]
include = ["PqcFormatHandle", "ByteBuffer"]
prefix = ""

[export.rename]
"PqcFormatHandle" = "PqcFormatHandle"
"ByteBuffer" = "ByteBuffer"

[parse]
parse_deps = false
include = ["pqc-binary-format"]

[fn]
args = "horizontal"