예제 #1
0
    def testRandBytesLength(self):
        rand_bytes = PairingManager.get_random_bytes(16)

        self.assertEqual(16, len(rand_bytes))