sha224-string? ( str -- ? ) - Factor Documentation

sha224-string? ( str -- ? )
Hex Strings



Vocabulary
hex-strings

Inputs
str an object


Outputs
? an object


Definition
USING: combinators.short-circuit kernel sequences ;

IN: hex-strings

: sha224-string? ( str -- ? )
{ [ length 56 = ] [ hex-string? ] } 1&& ;

AltStyle によって変換されたページ (->オリジナル) /