directory
0.1.0-alpha.1
Repository: https://github.com/armortal/webcrypto-go.git
Documentation: pkg.go.dev

# Packages

Package ecdsa implements ECDSA operations as described in the specifications at §23 (https://www.w3.org/TR/WebCryptoAPI/#ecdsa).
Package hmac implements HMAC operations as described in the specifications at §29 (https://www.w3.org/TR/WebCryptoAPI/#hmac).
Package rsa implements RSA operations; RSA-OAEP as specified in §30 (https://www.w3.org/TR/WebCryptoAPI/#rsa-oaep).
Package sha implements the SHA operations as specified in §30 (https://www.w3.org/TR/WebCryptoAPI/#sha).