Outputs gcd, sam and ss with a nice output path
Installation | Documentation | Contributing
A small tool to output
- gcd (greatest common divisor)
- sam (square-and-multiply)
- ss (shift cipher for english and german texts)
in a nice way with the computing path.
Nice output designed with PTerm.
Run the following command in a terminal and you're ready to go!
Windows
iwr -useb instl.sh/floaust/crypto-scripts/windows | iex
macOS
curl -fsSL instl.sh/floaust/crypto-scripts/macos | bash
Linux
curl -fsSL instl.sh/floaust/crypto-scripts/linux | bash