Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for globl12 (0.13 sec)

  1. lib/fips140/v1.0.0.zip

    X int }{&NOPTRDATA, 3} var NOPTRBSS int var BSS *int func TEXT() {} var ( globl12 [12]byte globl8 [8]byte ) func init() { globl8 = [8]byte{1, 2, 3, 4, 5, 6, 7, 8} globl12 = [12]byte{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12} runtime.Gosched() sum := byte(0) for _, x := range globl12 { sum += x } if sum != 78 { panic("globl12 did not sum properly") } sum = byte(0) for _, x := range globl8 { sum += x } if sum != 36 { panic("globl8 did not sum properly") } } golang.org/fips140@v1.0.0/fips140/v1.0.0/drbg/cast.go...
    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