Skip to content
Commit d34b2b85 authored by Nathan Froyd's avatar Nathan Froyd
Browse files

dial back the inlining for non-mod-wordsize implementations

Inlining all the MOD32-FUNC primitives and functions that use them can
cause problems for implementations that don't support modular
arithmetic.  Plus there's no benefit in doing so; it's just code bloat.
Define appropriate features and liberally sprinkle conditionals in the
appropriate digest implementations.
parent 5e58ea70
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment