appendTlsLengthValue

Helper function for encoding length-tagged vectors

  1. void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, T* vals, size_t vals_size, size_t tag_size)
    static if(BOTAN_HAS_TLS)
    void
    appendTlsLengthValue
    (
    T
    Alloc
    )
    (
    ref Vector!(ubyte, Alloc) buf
    ,
    in 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)
  3. void appendTlsLengthValue(Vector!(ubyte, Alloc) buf, string str, size_t tag_size)

Meta