package edu.ttap.rainbowtable;

/**
 * An immutable hash value, represented as a string.
 */
public record Hash(String value) { }
