Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for p521Table (0.14 sec)

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

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