XorCodec constructor

XorCodec(
  1. dynamic secret
)

Implementation

XorCodec(dynamic secret) : _converter = _XorConverter(secret);