Closed dsprenkels closed 7 years ago
The idea is to do the crypto on the data in-place, instead of copying it on each call.
After benchmarking, it turns out that this is really not necessary.
The idea is to do the crypto on the data in-place, instead of copying it on each call.