SM3
Descriptionβ
Calculation SM3 256-bit
Syntaxβ
SM3( <str> )
Parametersβ
parameter | description |
---|---|
<str> | The value of sm3 that needs to be calculated |
Return Valueβ
Returns the sm3 value of the input string
Examplesβ
select sm3("abcd");
+------------------------------------------------------------------+
| sm3('abcd') |
+------------------------------------------------------------------+
| 82ec580fe6d36ae4f81cae3c73f4a5b3b5a09c943172dc9053c69fd8e18dca1e |
+------------------------------------------------------------------+