Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Projective (0.23 sec)

  1. lib/fips140/v1.0.0.zip

    base or scalar field, // which have the same bytes length for all NIST P curves. const {{.p}}ElementLength = {{ .ElementLen }} // {{.P}}Point is a {{.P}} point. The zero value is NOT valid. type {{.P}}Point struct { // The point is represented in projective coordinates (X:Y:Z), // where x = X/Z and y = Y/Z. x, y, z *{{.Element}} } // New{{.P}}Point returns a new {{.P}}Point representing the point at infinity point. func New{{.P}}Point() *{{.P}}Point { return &{{.P}}Point{ x: new({{.Element}}), y: ...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
  2. LICENSE

    non-free programs enables many more people to use the whole GNU
    operating system, as well as its variant, the GNU/Linux operating
    system.
    
      Although the Lesser General Public License is Less protective of the
    users' freedom, it does ensure that the user of a program that is
    linked with the Library has the freedom and the wherewithal to run
    that program using a modified version of the Library.
    
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Mon Jan 18 20:25:38 UTC 2016
    - 25.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.32.md

    - Added a new controller, volumeattributesclass-protection-controller, into the kube-controller-manager.
      The new controller manages a protective finalizer on VolumeAttributesClass objects. ([#123549](https://github.com/kubernetes/kubernetes/pull/123549), [@carlory](https://github.com/carlory)) [SIG API Machinery, Apps, Auth and Storage]
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Wed Aug 13 14:49:49 UTC 2025
    - 412.3K bytes
    - Viewed (0)
Back to top