Skip to content

Releases: cathugger/mkp224o

v1.7.0

21 Jan 16:02
3e7aaf8
Compare
Choose a tag to compare

v1.6.1...v1.7.0
notable changes:
fix checkpoint loading (use carry for add)
various password mode improvements
various documentation and messaging improvements
fix assembler compilation on MacOS
remove slow/fast workers (only batch one remains)

v1.6.1

30 Jun 22:24
a6e53b0
Compare
Choose a tag to compare

bugfix for #80
diff v1.6.0...v1.6.1

v1.6.0

30 May 23:15
5ac2c8f
Compare
Choose a tag to compare

lotsa stuff
batch mode is slightly improved and now is the default keygen mode
configure stack size for new threads
fix intfilter expansion logic
adjust autoconf.ac for newer autoconf versions
passphrase checkpointing contributed by @scribblemaniac
rebase on newer SUPERCOP & use PIE mode when compiling
various other fixups & cleanups
changeset: v1.5.0...v1.6.0
also no minisign because my key is dead

v1.5.0

23 May 19:41
d5b90d4
Compare
Choose a tag to compare
  • implemented worker_batch_pass (so that password-based generation works in batch mode) (#20 (comment))
  • --rawyaml modifier for ADD_ONION compat (#24)
  • various small fixups, compiler warning fixes
  • releases now signed with minisign (prehashed mode so won't work with openbsd's signify unfortunately)
  • minisign pubkey is RWQW/EiIc3k9n4NkYMuwyUzA8OncRClnjIdhAMOvRKzzeGdxu3VDNSCX
  • windows builds added once again, now crosscompiled from linux
  • zstd-compressed source archive, also gz one compressed with zopfli
  • changelist: v1.4.0...v1.5.0

v1.4.0

14 Sep 20:26
v1.4.0
c0ef36f
Compare
Choose a tag to compare
  • fixed configure failure with clang
  • added deterministic password-based mode (contributed by @foobar2019) (only enabled if compiled with recent libsodium version)
  • make ed25519-donna implementation default, given good-enough compatibility and much better speed
  • build system now supports out of tree building
  • various cleanups and small fixups all over the place

v1.3.0

09 Apr 19:04
3c52555
Compare
Choose a tag to compare
  • include source archive with configure pre-generated and git stuff removed
  • out of tree building is now supported, just run configure from different folder
  • new, much faster batch mode, not yet enabled by default, but possible to activate using -B flag
  • building in cygwin fixed, make now properly adds .exe extension for windows systems
  • some minor fixes in not-so-often used features
  • password-based mode not yet enabled at compile time, but will possibly be in next release
  • building using clang should no longer throw warnings

v1.2.0

07 Sep 15:38
908d495
Compare
Choose a tag to compare

now supports keys output in YAML format

v1.1.0

03 May 19:22
Compare
Choose a tag to compare

-N option now works with regex filtering
built with --enable-regex and --enable-donna