Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addMulVVW (0.05 sec)

  1. lib/fips140/v1.0.0.zip

    ppc64le || riscv64 || s390x || wasm) package bigmod import "unsafe" func addMulVVW1024(z, x *uint, y uint) (c uint) { return addMulVVW(unsafe.Slice(z, 1024/_W), unsafe.Slice(x, 1024/_W), y) } func addMulVVW1536(z, x *uint, y uint) (c uint) { return addMulVVW(unsafe.Slice(z, 1536/_W), unsafe.Slice(x, 1536/_W), y) } func addMulVVW2048(z, x *uint, y uint) (c uint) { return addMulVVW(unsafe.Slice(z, 2048/_W), unsafe.Slice(x, 2048/_W), y) } golang.org/fips140@v1.0.0/fips140/v1.0.0/bigmod/nat_ppc64x.s // Copyright...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top