Elliptic curve cryptography with 161 bit key length over GF(2^168).
Namespace: BasicCard.Crypto.ECAssembly: 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
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