Crate fwsig

Crate fwsig 

Source
Expand description

fwsig, a library/specification for firmware signing and verification

Modules§

types
Manifest types and wrappers

Structs§

Flags
Manifest information flags
Manifest
Applet manifest, links app and metadata checksums with overall applet signature
ManifestBuilder
Builder for constructing binary Manifest objects

Enums§

ManifestError
Manifest error enumeration
MetadataFormat
Metadata format enumeration
VerifyError
Verification error enumeration

Constants§

MANIFEST_LEN
Encoded manifest length, constant to simplify parsing when included in binary form
MANIFEST_VERSION
Manifest version identifier, MUST be 0x0001, MAY be extended in following versions