algorithm

@get:JvmName(name = "getAlgorithm")
@set:JvmName(name = "setAlgorithm")
var algorithm: HashAlgorithm
Hash algorithm in use for this Bloom filter. This must be considered an immutable value for a constituted filter,
otherwise the underlying data may be rendered unusable.

.elide.std.HashAlgorithm algorithm = 1;