mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-18 01:04:20 -05:00
Switch to crypto to typed keys everywhere
This commit is contained in:
parent
88f69ce237
commit
848da0ae4e
180 changed files with 8532 additions and 8488 deletions
|
|
@ -27,8 +27,8 @@ void main() {
|
|||
tearDownAll(fixture.tearDown);
|
||||
|
||||
group('Crypto Tests', () {
|
||||
test('best cryptosystem', testBestCryptoSystem);
|
||||
test('get cryptosystem', testGetCryptoSystem);
|
||||
test('list cryptosystems', testListCryptoSystems);
|
||||
test('get cryptosystem', testGetCryptoSystems);
|
||||
test('get cryptosystem invalid', testGetCryptoSystemInvalid);
|
||||
test('hash and verify password', testHashAndVerifyPassword);
|
||||
test('sign and verify signature', testSignAndVerifySignature);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue