Awesome
The SHA Package
This package implements secure hash algorithms for the Motoko programming language.
Usage
Calculate a SHA256 hash.
public func sha256(data : [Nat8]) : [Nat8]
This package implements secure hash algorithms for the Motoko programming language.
Calculate a SHA256 hash.
public func sha256(data : [Nat8]) : [Nat8]