Skip to content

Use Test instruction instead of And to check remaining single block

Maamoun TK requested to merge mamonet/nettle:x86_ghash into master

We don't need the output of And instruction when checking single block existence so I replaced it with Test instruction.

Merge request reports