Discuss this help topic in SecureBlackbox Forum

TElDSAAlgorithmIdentifier.G

TElDSAAlgorithmIdentifier     


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


Declaration

[C#/Java]
    byte[] G;

[VB.NET]
    Property G As Byte()

[Pascal]
    property G : ByteArray;

[C++]
    void get_G(std::vector<uint8_t> &OutResult);
    void set_G(const std::vector<uint8_t> &Value);

[PHP]
    string get_G()
    void set_G(array of byte|string|NULL $Value)

Description

    …

Discuss this help topic in SecureBlackbox Forum