Re: [dpdk-dev] [PATCH v2 0/4] add ECDSA support

2020-01-15 Thread Akhil Goyal
> This series adds support for ECDSA asymmetric operations. Library changes > and PMD changes for crypto_octeontx & crypto_octoentx2 is added. The final > patch adds the required test vectors and verification routines. > > v2: > * Changed all NIST references to use SECP. > * Minor updates to do

[dpdk-dev] [PATCH v2 0/4] add ECDSA support

2020-01-15 Thread Anoob Joseph
This series adds support for ECDSA asymmetric operations. Library changes and PMD changes for crypto_octeontx & crypto_octoentx2 is added. The final patch adds the required test vectors and verification routines. v2: * Changed all NIST references to use SECP. * Minor updates to documentation/comme