xltdp/incubate/keymo-ksv/ksv/keymo/verification.py
2023-01-30 17:32:57 -07:00

9 lines
194 B
Python

#!/bin/env python3
class KeyVerification:
def __init__(self):
def verify_key(self, salt, key_material, expected_key):
def verify_text_key(self, salt, key_material, expected_key):