public bool Equals(PS3_RC b) { return(b.Context == this.Context && (b._key?.SequenceEqual(this._key) ?? false)); }
public override void Hash(byte[] input, out byte[] hash) { hash = PS3_RC.Hash(input, Context); }