Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for p384Table (0.07 sec)

  1. src/crypto/internal/nistec/p384.go

    	}
    
    	return p, nil
    }
    
    var p384GeneratorTable *[p384ElementLength * 2]p384Table
    var p384GeneratorTableOnce sync.Once
    
    // generatorTable returns a sequence of p384Tables. The first table contains
    // multiples of G. Each successive table is the previous table doubled four
    // times.
    func (p *P384Point) generatorTable() *[p384ElementLength * 2]p384Table {
    	p384GeneratorTableOnce.Do(func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 18K bytes
    - Viewed (0)
Back to top