[PATCH v2 0/4] Clarify asymmetric random, add 'k' and crypto uint
    Arek Kusztal 
    arkadiuszx.kusztal at intel.com
       
    Mon Feb  7 12:35:51 CET 2022
    
    
  
This patchset introduces following changes:
1) DSA 'k' was added that devices withouth random support can work.
2) Clarified usage of random numbers in asym, as per discussion from December.
3) Added typedef for crypto_uint to remove some repeating comments making code more readable. Additionally some rearrangement were made to improve readibility.
v2:
- added patches justification to each commit
Arek Kusztal (4):
  crypto: add dsa random number k
  crypto: clarify usage of random numbers in asym
  crypto: use rte macro instead of direct attribute
  crypto: reorganize endianness comments, add crypto uint
 lib/cryptodev/rte_crypto_asym.h | 363 ++++++++++++++++------------------------
 1 file changed, 141 insertions(+), 222 deletions(-)
-- 
2.13.6
    
    
More information about the dev
mailing list