/Blowfish.jl

Blowfish.jl is an implementation of Bruce Schneier's Blowfish encryption algorithm.

Primary LanguageJuliaMIT LicenseMIT

Blowfish.jl

Blowfish.jl is an implementation of Bruce Schneier's Blowfish encryption algorithm.

This implementation was loosely transcribed from the Go(golang) port of Bruce Schneier's C implementation.
See crpto/blowfish

Installation


From a julia session, run:

julia> using Pkg
julia> Pkg.add("Blowfish")

License


The source code for the package Blowfish.jl is licensed under the MIT License.