NeoScrypt icon indicating copy to clipboard operation
NeoScrypt copied to clipboard

NeoScrypt, a Strong Memory Intensive Key Derivation Function

Results 6 NeoScrypt issues
Sort by recently updated
recently updated
newest added

I am trying to change my altcoins algo from Scrypt to neocrypt how do i do that

Hello @ghostlander, While compiling I receive an error: "unresolved refference to neoscrypt", which is just caused when using neoscrypt with -DSHA256 -DOPT -DASM -DMINER_4WAY. If I delete -DASM -DMINER_4WAY, it...

hi there! i compiled this (with -DWIN64) under windows7 cygwin-64bit it runs okay up to NeoScrypt SSE2 4-way part D integrity test passing. but when it moves on to Scrypt...

is it possible to create dll export functions to use in .net using DllImport.

i need c# version of neoscrypt algo to add in my pool. can you help me to write that?

Hi, Seems ``` $ gcc --version gcc (Alpine 15.2.0) 15.2.0 ``` won't pass integrity tests when used -O3 unless -DNEOSCRYPT_ASM is enabled, or rather, most of the tests are failing....