Welcome to the repository for hshlib.one, the digital presence of Hash (HSH), a Quantum-Resistant Cryptographic Hash Library.
Setting up and running the website locally is easy and quick with the Shokunin Static Site Generator (SSG).
Ensure you have the Rust toolchain installed. If not, follow the guide on the Rust website to set it up.
- Install Shokunin SSG:
cargo install ssg
- Clone the repository
git clone https://github.com/sebastienrousseau/hshlib.github.io.git
- Change into the repository directory:
cd hshlib.github.io
- Generate the static site for hshlib.one:
ssg -n=docs -c=_posts -t=_layouts -o=output -s=public