OctetStringImpl.opBinary

XOR two strings

  1. OctetString opBinary(OctetString other)
  2. OctetString opBinary(OctetString other)
    struct OctetStringImpl
    opBinary
    (
    string op
    )
    (
    auto const ref OctetString other
    )
    if (
    op == "^"
    )

Parameters

other OctetString

an octet string

Return Value

this XORed with other

Meta