示例#1
0
 def test_reproducible(self):
     hashed_passwd = hashing.hash_sha512s('Password1')
     verify_reproducible(self, 'Password1', hashed_passwd)
示例#2
0
 def test_reproducible(self):
     hashed_passwd = hashing.hash_sha512s('Password1')
     verify_reproducible(self, 'Password1', hashed_passwd)
示例#3
0
 def test_well_formed(self):
     verify_format(self, hashing.hash_sha512s('hunter2'))
示例#4
0
 def test_well_formed(self):
     verify_format(self, hashing.hash_sha512s('hunter2'))