fix type in config

This commit is contained in:
John Smith 2023-07-02 11:31:53 -04:00
parent 82e87042a4
commit 77c068cd19
2 changed files with 8 additions and 6 deletions

View file

@ -132,6 +132,8 @@ typedef SharedSecret = CryptoKey;
typedef CryptoKeyDistance = CryptoKey;
typedef TypedKey = Typed<CryptoKey>;
typedef TypedSecret = Typed<SecretKey>;
typedef TypedSignature = Typed<Signature>;
//////////////////////////////////////