Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method SCRAM.xor
import { SCRAM } from "https://deno.land/x/kafkasaur@v0.0.7/src/broker/saslAuthenticator/scram.ts";

Apply the exclusive-or operation to combine the octet string on the left of this operator with the octet string on the right of this operator. The length of the output and each of the two inputs will be the same for this use

Parameters

left: any
right: any