From sources - there is scrypt-jane, forked from yacoin, so it must be scrypt-chacha + pbkdf with keccak 512.
Nfactor is 9, rfactor is 5, so for one thread must be used:
for V array
2^(9+1) * 2^5 * 128 / LOOKUP_GAP = 4194304 bytes (for lookup_gap = 1)
+ for X array = 4096 bytes
+ for Y array = 4096 bytes
The ybc-miner will not work with it, as it hardcoded for rfactor = 0.
Theriotically hashing can be run on GPU, but there no gpu-miner available on the internet, maybe someone already has it.