Package Cryptodome :: Package Util :: Module strxor

Module strxor

Fast XOR of byte strings.
Functions
 
strxor(term1, term2)
Return term1 xored with term2. The two byte strings must have equal length.
 
strxor_c(term, c)
Return term xored with a sequence of characters c.
Variables
  __package__ = 'Cryptodome.Util'