package
0.0.0-20230817090724-c34c6f7eacc1
Repository: https://github.com/schnell18/play-golang.git
Documentation: pkg.go.dev
# README
Introduction
Some notes on fibonacci implementation in golang.
Since golang generates static binary by default, though it's little bit bloated, there is nothing to note in this regard.
Usage
To encrypt:
aes-encrypt key text1 text2 ...
To decrypt:
aes-decrypt key cipher1 cipher2 ...