compression

package
v0.0.0-...-6437eea Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 26, 2023 License: GPL-2.0 Imports: 12 Imported by: 0

Documentation

Overview

package compression implements EFI compression/decompression routines by calling out into edk2 Tiano{Dec,C}ompres functions compiled into WebAssembly.

We don't use cgo or c2go because I don't trust that code.

See build.sh on how to regenerate edk2.wasm.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(in []byte) ([]byte, error)

Compress using Tiano compression algorithm from EDK2.

func Decompress

func Decompress(in []byte) ([]byte, error)

Decompress using Tiano compression algorithm from EDK2.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL