Re: BouncyCastle SCrypt using more memory than native impls?

Andreas Schildbach <[email protected]> Sat, 20 Jul 2019 17:11:53 +0200
Newsgroups gmane.comp.encryption.bouncy-castle.devel
Message-ID <[email protected]>
On 20/07/2019 16.58, Peter Dettman wrote:

> At a quick glance there appears to be room for improvement, I'll look
> into it further. To make things concrete, what SCrypt parameters are you
> using?

n = 65536
r = 8
p = 1

For the affected hardware, I'm now trying to dial back to n = 32768 as a
quick workaround.