5.7.6 • Published 1 year ago

boaproject-sha2 v5.7.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

SHA2 Hash Functions

This sub-module is part of the ethers project.

It is responsible for common cryptographic hashes and HMAC.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    ripemd160,

    sha256,
    sha512,

    computeHmac,

    // Enums

    SupportedAlgorithm

} = require("boaproject-sha2");

License

MIT License

5.7.6

1 year ago

5.7.5

1 year ago

5.7.4

1 year ago

5.7.3

1 year ago

5.7.2

1 year ago

5.7.1

1 year ago

5.7.0

1 year ago