Discuss this help topic in SecureBlackbox Forum

TElECKeyMaterial.M

TElECKeyMaterial     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


This property specifies binary field bit size.

Declaration

[C#]
    int M;

[VB.NET]
    Property M As Integer

[Pascal]
    property M : integer;

[C++]
    int32_t get_M();
    void set_M(int32_t Value);

[PHP]
    integer get_M()
    void set_M(integer $Value)

[Java]
    int getM();
    void setM(int Value);

Description

    Use this property to get or set the binary field bit size. This parameter is useful only if the curve is defined on extended binary field (F2m).

See also:     P    

Discuss this help topic in SecureBlackbox Forum