Skip to content

Releases: pbhogan/scrypt

Ruby 2.7 Compatibility

19 Feb 01:26
Compare
Choose a tag to compare
  • Replaced scanf usage to avoid the need for a runtime dependency with the upcoming Ruby 2.7.
  • Development: Added Rubocop and rules to the project.
  • Refactored:
    • Extracted (organized) Engine, Errors and Password class/modules into dedicated files in scrypt sub-directory.
    • Logic and syntax cleanup and formatting.

macOS Mojave support

19 Feb 01:28
Compare
Choose a tag to compare
  • Expanded compilation flags

Archlinux Part 2

15 Aug 14:29
Compare
Choose a tag to compare

Resolves what v3.0.2 should have

Archlinux Goodness

11 Aug 07:54
Compare
Choose a tag to compare

Fixed:

  • Compilation on Archlinux

Restores Windows Support

07 Jul 04:18
Compare
Choose a tag to compare

Windows support was broken in v3.0.0 - this release fixes that

ARM CPU Support

27 Jun 21:23
Compare
Choose a tag to compare

Changes:

  • Updated of core scrypt ext code: #53
  • Support for platforms other than x86 such as ARM