struct
Komihash::Stream
- Komihash::Stream
- Struct
- Value
- Object
Overview
Context structure for the streamed "komihash" hashing.
Defined in:
komihash.crConstructors
-
.new(*, use_seed : UInt64 = 0_u64)
Initialize stream with zeros.
Instance Method Summary
-
#final : UInt64
Finalize the streamed "komihash" hashing session.
-
#reset(use_seed : UInt64 = 0_u64) : Nil
Reset stream.
-
#update(data : Bytes) : Nil
Update the streamed hashing state with a new input data.
-
#update(data) : Nil
Update the streamed hashing state with a new input data.