mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-03 04:06:11 -04:00
fix type in config
This commit is contained in:
parent
82e87042a4
commit
77c068cd19
2 changed files with 8 additions and 6 deletions
|
@ -132,6 +132,8 @@ typedef SharedSecret = CryptoKey;
|
|||
typedef CryptoKeyDistance = CryptoKey;
|
||||
|
||||
typedef TypedKey = Typed<CryptoKey>;
|
||||
typedef TypedSecret = Typed<SecretKey>;
|
||||
|
||||
typedef TypedSignature = Typed<Signature>;
|
||||
|
||||
//////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue