Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for p521InvertEndianness (0.28 sec)

  1. lib/fips140/v1.0.0-c2097c7c.zip

    happen on the heap. var out [p521ElementLen]byte return e.bytes(&out) } func (e *P521Element) bytes(out *[p521ElementLen]byte) []byte { var tmp p521NonMontgomeryDom p521FromMontgomery(&tmp, &e.x) p521ToBytes(out, (*p521UntypedFieldElem)(&tmp)) p521InvertEndianness(out[:]) return out[:] } // SetBytes sets e = v, where v is a big-endian 66-byte encoding, and returns e. // If v is not 66 bytes or it encodes a value higher than 2^521 - 1, // SetBytes returns nil and an error, and e is unchanged. func (e...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Sep 25 19:53:19 UTC 2025
    - 642.7K bytes
    - Viewed (0)
  2. lib/fips140/v1.1.0-rc1.zip

    happen on the heap. var out [p521ElementLen]byte return e.bytes(&out) } func (e *P521Element) bytes(out *[p521ElementLen]byte) []byte { var tmp p521NonMontgomeryDom p521FromMontgomery(&tmp, &e.x) p521ToBytes(out, (*p521UntypedFieldElem)(&tmp)) p521InvertEndianness(out[:]) return out[:] } // SetBytes sets e = v, where v is a big-endian 66-byte encoding, and returns e. // If v is not 66 bytes or it encodes a value higher than 2^521 - 1, // SetBytes returns nil and an error, and e is unchanged. func (e...
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 16:27:41 UTC 2025
    - 663K bytes
    - Viewed (0)
Back to top