flutter work

This commit is contained in:
Christien Rioux 2023-07-07 19:32:59 -04:00
parent 9a65aca258
commit 9f9feeb325
3 changed files with 3 additions and 1 deletions

View file

@ -139,6 +139,7 @@ typedef CryptoKeyDistance = CryptoKey;
typedef TypedKey = Typed<CryptoKey>;
typedef TypedSecret = Typed<SecretKey>;
typedef TypedHashDigest = Typed<HashDigest>;
typedef TypedSignature = Typed<Signature>;