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