Hashes in goboscript
This is a hash library which is built for goboscript. It is designed to be used with inflator.
Note
This library is not designed to be particularly fast, as it does operations using bstrings. In the future, this can hopefully be optimised
- TheAlgorithms
- https://www.metamorphosite.com/one-way-hash-encryption-sha1-data-software
- https://sha256algorithm.com/
- https://github.com/thomdixon/pysha2/tree/master/sha2
- https://www.nic.ad.jp/ja/tech/ipa/RFC3874EN.html
Make sure you have inflator installed
inflate install https://github.com/FAReTek1/hashlib
add hashlib to your inflator.toml config:
[dependencies]
# ...
hashlib = "https://github.com/FAReTek1/hashlib"use inflate install -e .:
- clone the respository:
git clone https://github.com/FAReTek1/hashlib cd hashlibinflate install -e .cd testinflategoboscript build- open
test.sb3