Tea.encrypt

Undocumented in source. Be warned that the author may not have intended to support it.

  1. ubyte[] encrypt(ubyte[] input, char[] key, PaddingMode paddingMode)
  2. ubyte[] encrypt(ubyte[] input, int[4] key, PaddingMode paddingMode)
    class Tea
    static
    ubyte[]
    encrypt
    (
    const ubyte[] input
    ,
    const int[4] key
    ,)

Meta