Skip to content

inflated-goboscript/hashlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hashlib.gs

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

Credits

Installation

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"

Development

use inflate install -e .:

  1. clone the respository: git clone https://github.com/FAReTek1/hashlib
  2. cd hashlib
  3. inflate install -e .
  4. cd test
  5. inflate
  6. goboscript build
  7. open test.sb3

About

Calculate hashes and encryption in goboscript (inefficient)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published