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
From a julia session, run:
julia> using Pkg
julia> Pkg.add("Blowfish")
The source code for the package Blowfish.jl
is licensed under the MIT License.