Fluxion::Checksum
A digest a profile pins a remote artifact to. Constructing one normalizes
the hex to lowercase; parse rejects anything that is not exactly the
right number of hex digits so a truncated paste fails at validation rather
than at download time.
Constants
HEX_PATTERN = /\A[0-9a-f]+\z/
Constructors
Class methods
Instance methods
algorithm
Sourcevalue
Source