Discuss this help topic in SecureBlackbox Forum

TElGOST28147SymmetricCrypto.SBoxes

TElGOST28147SymmetricCrypto     See also     


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


This topis is under development…

Declaration

[C#]
    byte[] SBoxes;

[VB.NET]
    Property SBoxes As Byte()

[Pascal]
    property SBoxes : ByteArray;

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

[PHP]
    string get_SBoxes()
    void set_SBoxes(array of byte|string|NULL $Value)

[Java]
    byte[] getSBoxes();
    void setSBoxes(byte[] Value);

Description

    …

See also:         

Discuss this help topic in SecureBlackbox Forum