trailofbits / pypi-attestations

A library to convert between Sigstore Bundles and PEP 740 Attestation objects
https://trailofbits.github.io/pypi-attestations
Apache License 2.0
1 stars 1 forks source link

impl: stream into sha256 #15

Closed woodruffw closed 4 months ago

woodruffw commented 5 months ago

This avoids the need to buffer the entire input in memory.

Closes #13.