Categorygithub.com/floaust/crypto-scripts
modulepackage
0.0.2
Repository: https://github.com/floaust/crypto-scripts.git
Documentation: pkg.go.dev

# README

crypto-scripts

Outputs ggt, sam and ss with a nice output path

Latest Release Downloads Stars Forks Issues License: MIT
Downloads


Installation | Documentation | Contributing


A small tool to output

  • ggt (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.

Installation

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

# Packages

No description provided by the author