algorithm property
Names the hash function. Not an enum on the wire: a reader that meets an algorithm it cannot compute has to say so and move on, not throw.
Implementation
final String algorithm;
Names the hash function. Not an enum on the wire: a reader that meets an algorithm it cannot compute has to say so and move on, not throw.
final String algorithm;