Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 549 Bytes

Readme.md

File metadata and controls

18 lines (14 loc) · 549 Bytes

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.