Update documentation

This commit is contained in:
Jeffrey Walton 2022-02-13 18:33:08 -05:00
parent 5baf6c5364
commit b4d21aa506
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -351,9 +351,9 @@ inline uint64x2_t VEXT_U8(uint64x2_t a, uint64x2_t b)
:"=w" (r) : "w" (a), "w" (b), "I" (C) );
return r;
#endif
//@}
}
//@}
#endif // CRYPTOPP_ARM_PMULL_AVAILABLE
#if CRYPTOPP_ARM_SHA3_AVAILABLE || defined(CRYPTOPP_DOXYGEN_PROCESSING)