Decompression primitives for GZIP [RFC1952] to support Bitstring status list #839
Labels
crypto
issue related to cryptographic primitives
dependency
an issue that depends on a included library
The W3C draft 'Bitstring Status List v1.0' for "Privacy-preserving status information for Verifiable Credentials" requires GZIP decompression to verify revokation lists https://www.w3.org/TR/vc-bitstring-status-list/
The mini_gzip library offers capabilities for in-memory decompression https://github.com/wkoszek/mini_gzip
If decompression is enough (revokation list verification, not production) it would be ideal to have such a minimal code footprint by adding this this.
The text was updated successfully, but these errors were encountered: