Re: [Semi-]off-line encryption

2016-09-29 Thread Andrew Haley
On 29/09/16 17:49, Michael StJohns wrote: > On 9/29/2016 11:28 AM, Andrew Haley wrote: >> GCM allows most of the work in an encryption to be done offline (and >> ahead of time) by other processors, reducing latency and increasing >> throughput. It'd be lovely if we could do this in Java, but I can

Re: [Semi-]off-line encryption

2016-09-29 Thread Michael StJohns
On 9/29/2016 11:28 AM, Andrew Haley wrote: GCM allows most of the work in an encryption to be done offline (and ahead of time) by other processors, reducing latency and increasing throughput. It'd be lovely if we could do this in Java, but I can't really see a way to fit this in to the platform