package
1.2.0
Repository: https://github.com/linuxboot/fiano.git
Documentation: pkg.go.dev

# Functions

CompressorFromGUID returns a Compressor for the corresponding GUIDed Section.

# Variables

Well-known GUIDs for GUIDed sections containing compressed data.
Well-known GUIDs for GUIDed sections containing compressed data.

# Structs

LZ4 implements Compressor and uses a Go-based implementation.
LZMA implements Compressor and uses a Go-based implementation.
LZMAX86 implements Compressor and includes the X86 filter which is popular in some UEFI implementations.
SystemLZMA implements Compression and calls out to the system's compressor (except for Decode which uses the Go-based decompressor).

# Interfaces

Compressor defines a single compression scheme (such as LZMA).