Exemplo n.º 1
0
 public IKzWriter Add(UInt32 v)
 {
     _alg.TransformBlock(v.AsReadOnlySpan()); return(this);
 }