Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LessOrEq (0.06 sec)

  1. lib/fips140/v1.1.0-rc1.zip

    make([]byte, total) copy(head, in) } tail = head[len(in):] return } // constantTimeSelectLe returns yes if a <= b, no otherwise, in constant time. func constantTimeSelectLe(a, b, yes, no int32) int32 { return int32(constanttime.Select(constanttime.LessOrEq(int(a), int(b)), int(yes), int(no))) } // constantTimeSelectEq returns yes if a == b, no otherwise, in constant time. func constantTimeSelectEq(a, b, yes, no uint32) uint32 { return uint32(constanttime.Select(constanttime.Eq(int32(a), int32(b)),...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top