Hello everyone, I have been following the recent LibreSSL developments quite active and would like to contribute.
I have some questions: - The accelerated assembly code for the crypto, is that gonna stay? - Why not use uint32_t and uint64_t all over (incl the APIs) instead of custom XX_ULONG stuff? AFAIK uint32_t and uint64_t are guaranteed 4 and 8 bytes long. - Can we eliminate "#ifdef OPENSSL_NO_AES" and that for all the crypto (bf, des etc.)? - The FULL_UNROLL macro in aes_locl.h is that gonna stay? Regards, Gerard
