module Encoder

Extended Modules

Defined in:

laurel/encoder.cr

Constant Summary

ALPHABET = "abcdefghijklmnopqrstuvwxyz "

Instance Method Summary

Instance Method Detail

def create_shift_dictionary(shift : Int32 | Int64) #

[View source]
def decode(encoded : String, shift : Int32 | Int64) #

[View source]
def encode(uncoded : String, shift : Int32 | Int64) #

[View source]
def normalize(unormalized : String) #

[View source]