Re: [PULL 4/4] crypto: add support for nettle's native XTS impl

2019-10-30 Thread Alex Bennée
Daniel P. Berrangé writes: > Nettle 3.5.0 will add support for the XTS mode. Use this because long > term we wish to delete QEMU's XTS impl to avoid carrying private crypto > algorithm impls. > > Unfortunately this degrades nettle performance from 612 MB/s to 568 MB/s > as nettle's XTS impl isn

[PULL 4/4] crypto: add support for nettle's native XTS impl

2019-10-28 Thread Daniel P . Berrangé
Nettle 3.5.0 will add support for the XTS mode. Use this because long term we wish to delete QEMU's XTS impl to avoid carrying private crypto algorithm impls. Unfortunately this degrades nettle performance from 612 MB/s to 568 MB/s as nettle's XTS impl isn't so well optimized yet. Reviewed-by: Ph