EntropyAccumulator.add

Add entropy to the accumulator

  1. void add(void* bytes, size_t length, double entropy_bits_per_byte)
  2. void add(T v, double entropy_bits_per_byte)
    struct EntropyAccumulator
    void
    add
    (
    T
    )
    (
    in T v
    ,)

Parameters

v T

is some value

entropy_bits_per_byte double

is a best guess at how much entropy per ubyte is in this input

Meta