//
pkg.gl
Category
github.com/jimysheepman/go-master
go-tutorials
go-6
21-cryptography
package
0.0.0-20240716191418-e4412870799f
Repository:
https://github.com/jimysheepman/go-master.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
15
Dependents
0
Files
200 SLOC
#
Functions
NewCaesar
NewCaesar creates a new Caesar shift cipher.
NewShift
NewShift creates a new Shift cipher.
#
Variables
IV
No description provided by the author
#
Interfaces
Cipher
Cipher encrypts and decrypts a string.