summary refs log tree commit diff
path: root/scrypt
AgeCommit message (Collapse)Author
2020-07-12Fixed bug in ntcoin_openbsd_tildeinstitutelogin (tilde.institute)
Thanks to gbmor, I was able to replace base64 (fourmilab version) (which outputs \r\n and thus interferes with tr -d '\n') with gbase64 (the GNU coreutils version) which only outputs '\n'.
2019-11-14Updated the scrypt file included here to use the latest libcrypto.so (so far)login
scrypt, the executable, uses libcrypto.so, which was updated from 1.0.0 to a more recent version (most likely 1.1). Thus, it had to be recompiled. The new version is included by default now in this directory.
2019-09-30Adding chmod u+x to scripts (and scrypt)~login@aussies.space
2018-03-06Initial Commitlogin000