Packages

  • package root
    Definition Classes
    root
  • package com
    Definition Classes
    root
  • package ironcorelabs
    Definition Classes
    com
  • package recrypt
    Definition Classes
    ironcorelabs
  • package internal

    Internal is a namespace that houses all the internal types and algorithms for the implementation.

    Internal is a namespace that houses all the internal types and algorithms for the implementation. This is not meant to be used by public consumers of recrypt.

    Definition Classes
    recrypt
  • package point
    Definition Classes
    internal
  • HomogeneousPoint

package point

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class HomogeneousPoint[A] extends Product with Serializable

    Point expressed by x,y,z such that if z is 0, the point is the zero point.

    Point expressed by x,y,z such that if z is 0, the point is the zero point. Otherwise it is the point x/z, y/z in Affine coordinates. Note that these values must themselves have an instance of the Field typeclass for this to be true.

    Note that this value is *not* verified to be on the curve. If you want to do that, it'll have to be done as part of the translation for whatever A type the coordinate represents.

Value Members

  1. object HomogeneousPoint extends Serializable

Ungrouped