mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-08 02:30:48 +02:00
9d22e11776
as word64 is not always available, introduce an abstract type and companion operations. They use a word64 if available and fallback on word32[2] otherwise.