Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LessOrEq (0.07 seconds)

  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)),...
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 16:27:41 GMT 2025
    - 663K bytes
    - Click Count (0)
Back to Top