SHA hashes for Haxe
import sha.SHA256;
trace(new SHA256().update(Bytes.ofString("Hello")).digest().toHex());
SHA hash algorithms
https://git.singpolyma.net/haxe-sha
To install, run:
haxelib install sha 0.0.1
See using Haxelib in Haxelib documentation for more information.
SHA hashes for Haxe
import sha.SHA256;
trace(new SHA256().update(Bytes.ofString("Hello")).digest().toHex());
|
Contributors |
singpolyma |
| Version 0.0.1 |
Published 2 years ago |
| License MIT |
|
Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!
Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.