(length)
| 1613 | |
| 1614 | @staticmethod |
| 1615 | def random_bytes(length): |
| 1616 | return format(random.getrandbits(length * 8), 'x') |
| 1617 | |
| 1618 | @staticmethod |
| 1619 | def ecdsa(request, secret, algorithm='p256', hash=None, fixed_length=False): |
no outgoing calls
no test coverage detected