Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decompression primitives for GZIP [RFC1952] to support Bitstring status list #839

Open
jaromil opened this issue Mar 28, 2024 · 0 comments
Labels
crypto issue related to cryptographic primitives dependency an issue that depends on a included library

Comments

@jaromil
Copy link
Member

jaromil commented Mar 28, 2024

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.

@jaromil jaromil added dependency an issue that depends on a included library crypto issue related to cryptographic primitives labels Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crypto issue related to cryptographic primitives dependency an issue that depends on a included library
Projects
None yet
Development

No branches or pull requests

1 participant