Elliptic curve cryptography with 161 bit key length over GF(2^168).

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  BasicCard.Crypto.EC..::..EC161

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