Description
The @sigstore/sign package is incompatible with Bun runtime. Bun uses BoringSSL, which requires an explicit digest algorithm for EC key signing.
Reproduction:
- Use
@sigstore/sign with Bun runtime
- Attempt to sign with the ephemeral signer
- BoringSSL throws an error
Version
@sigstore/[email protected]