Skip to content

Releases: Smaug123/ClassicalCiphers.jl

v2.1.1

10 Mar 00:08
2d922ca
Compare
Choose a tag to compare

ClassicalCiphers v2.1.1

Diff since v2.1.0

Bug fix in crack_monoalphabetic method.

Closed issues:

  • Add Rail Fence Cipher (#23)
  • [bug] Cracking substitution/monoalphabetic cipher failing (#28)

Merged pull requests:

v2.1.0

16 Jan 00:39
2ae8bc6
Compare
Choose a tag to compare

ClassicalCiphers v2.1.0

Diff since v2.0.1

  • Ciphers:
    • Rail Fence
    • Atbash (special case for monoalphabetic substitution cipher)
    • Dispatch on Caesar, defaulting to ROT3
    • Performance considerations
    • Improved docstrings

Closed issues:

  • Info about upcoming removal of packages in the General registry (#17)
  • Error tagging new release (#20)

Merged pull requests:

  • Bump version to 2.0.1 (#22) (@Smaug123)
  • Some performance considerations, code style cleanup, added rail fence implementation (see #23), updated caesar method for shift fallback, added atbash cipher implementation, and added documentation (#24) (@jakewilliami)
  • Updated version number (#26) (@jakewilliami)

Align with Project.toml at 2.0.1

12 Sep 20:09
c4ebe4c
Compare
Choose a tag to compare
v2.0.1

Bump version to 2.0.1 (#22)

Julia v1

12 Sep 20:05
abc8d09
Compare
Choose a tag to compare

Drops compatibility with Julia <1.0.

Caching Infra

17 May 06:32
Compare
Choose a tag to compare
Merge pull request #16 from staticfloat/updated_ci_url

Update CI URLs to point to new caching infrastructure

Compatibility with 0.5

04 May 21:35
Compare
Choose a tag to compare

Compatibility fixes for Julia 0.5; drop support for Julia 0.4.