bat-go icon indicating copy to clipboard operation
bat-go copied to clipboard

Pass "go", collect 200 BAT

Results 132 bat-go issues
Sort by recently updated
recently updated
newest added

Eliminate io.Reader and crypto.SignerOpts arguments from the Signator/Verifier interfaces to avoid the need to pass crypto.hash(0) in multiple places. For symmetry with httpsignature.Ed25519PubKey add Ed25519PrivKey wrapper for ed25519.PrivateKey that implements...

puLL-Merge

Presently various methods in httpsignature take `crypto.SignerOpts` argument. The reason for that is that the code eventually calls the `Sign()` method of the `Singnator` interface. The signature of that method...