‣ IsSHA256State( arg ) | ( category ) |
Returns: true or false
‣ CRYPTING_HexStringIntPad( int, pad, length ) | ( function ) |
Call Reference: HexStringInt on the argument int then pad the string on the left to length using padding letter pad
‣ CRYPTING_HexStringIntPad8( int ) | ( function ) |
Call Reference: HexStringInt on the argument int then pad the string on the left to length 8 using padding letter 0.
‣ SHA256String( string ) | ( function ) |
Compute the SHA256 hash of the argument string in IsStringRep
‣ HMACSHA256( key, string ) | ( function ) |
Compute the HMAC SHA256 given a key and a string in IsStringRep.
generated by GAPDoc2HTML