WICG / webpackage

Web packaging format
Other
1.23k stars 118 forks source link

Introduce IntegrityBlockSigner and ISigningStrategy #868

Closed sonkkeli closed 1 year ago

sonkkeli commented 1 year ago

ISigningStrategy will introduce the capabilities to customize the signing process by customizing how the signature or public key are passed to the IntegrityBlockSigner.

BasicSigningStrategy is the replacement for the current way of signing with a passed and parsed private key.