appendTlsLengthValue

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, T* vals, size_t vals_size, size_t tag_size)
  2. void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, Vector!(T, Alloc2) vals, size_t tag_size)
    static if(BOTAN_HAS_TLS)
    void
    appendTlsLengthValue
    (
    T
    Alloc
    Alloc2
    )
    (
    ref Vector!(ubyte, Alloc) buf
    ,
    auto const ref Vector!(T, Alloc2) vals
    ,
    size_t tag_size
    )
  3. void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, string str, size_t tag_size)

Meta