Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for word_by_word_montgomery (0.38 sec)

  1. src/crypto/internal/nistec/fiat/generate.go

    		Element:  "P384Element",
    		Prime:    "2^384 - 2^128 - 2^96 + 2^32 - 1",
    		Prefix:   "p384",
    		FiatType: "[6]uint64",
    		BytesLen: 48,
    	},
    	// Note that unsaturated_solinas would be about 2x faster than
    	// word_by_word_montgomery for P-521, but this curve is used rarely enough
    	// that it's not worth carrying unsaturated_solinas support for it.
    	{
    		Element:  "P521Element",
    		Prime:    "2^521 - 1",
    		Prefix:   "p521",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 12 00:04:29 UTC 2022
    - 9.1K bytes
    - Viewed (0)
Back to top