caesarcipher

package
v2.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 3, 2021 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func Decrypt

func Decrypt(input string) string

Decrypt decrypts the input

Example
output := Encrypt("EBIIL!")
fmt.Println(output)
// "HELLO!"

func Encrypt

func Encrypt(input string) string

Encrypt encrypts the input

Example
output := Encrypt("HELLO!")
fmt.Println(output)
// "EBIIL!"

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL