Documentation
¶
Overview ¶
Package crypto provides Node.js crypto module equivalents for transpiled TypeScript code.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hash ¶
type Hash struct {
// contains filtered or unexported fields
}
Hash represents a streaming hash computation.
func CreateHash ¶
CreateHash creates a new Hash with the given algorithm.
func CreateHmac ¶
CreateHmac creates a new HMAC hash.
Click to show internal directories.
Click to hide internal directories.