Blowfish.jl

Blowfish.jl is an implementation of Bruce Schneier's Blowfish encryption algorithm.
Author 2HgO
Popularity
2 Stars
Updated Last
3 Years Ago
Started In
June 2020

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.

Required Packages

No packages found.

Used By Packages