mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-11 14:30:49 +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.