Elliptic curve cryptography over GF(2^167).

Namespace: BasicCard.Crypto.EC
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public class EC167 : EllipticCurve
Visual Basic
Public Class EC167
	Implements EllipticCurve
Visual C++
public ref class EC167 : EllipticCurve
F#
type EC167 =  
    class
        interface EllipticCurve
    end

Inheritance Hierarchy

System..::..Object
  BasicCard.Crypto.EC..::..EC167

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also