Home
last modified time | relevance | path

Searched refs:reformat_hex (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/ring/src/rsa/
Dconvert_nist_rsa_test_vectors.py60 def reformat_hex(hex): function
121 print('Msg = %s' % reformat_hex(case['Msg']))
124 print('Salt = %s' % reformat_hex(case['SaltVal']))
126 print('Sig = %s' % reformat_hex(case['S']))
141 print('Msg = %s' % reformat_hex(case['Msg']))
142 print('Sig = %s' % reformat_hex(case['S']))