Elliptic curve cryptography over GF(2^211).
Namespace: BasicCard.Crypto.ECAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public class EC211 : EllipticCurve |
Visual Basic |
---|
Public Class EC211
Implements EllipticCurve |
Visual C++ |
---|
public ref class EC211 : EllipticCurve |
F# |
---|
type EC211 =
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