algorithm property

String algorithm
final

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;