Skip to content

2HgO/Blowfish.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages