OctetStringImpl.opOpAssign

XOR the contents of another octet string into this one

  1. OctetString opOpAssign(OctetString other)
    struct OctetStringImpl
    opOpAssign
    (
    string op
    )
    if (
    op == "^"
    )
  2. void opOpAssign(OctetString other)

Parameters

other OctetString

octet string

Return Value

reference to this

Meta