preparing v1 release

This commit is contained in:
Evgeny Poberezkin
2022-01-10 13:55:08 +00:00
parent 2a89394174
commit 77b1d05da2
+1 -1
View File
@@ -198,7 +198,7 @@ instance FromJSON RatchetKey where
instance AlgorithmI a => ToField (Ratchet a) where toField = toField . LB.toStrict . J.encode
instance (AlgorithmI a, Typeable a) => FromField (Ratchet a) where fromField = blobFieldDecoder $ J.eitherDecode' . LB.fromStrict
instance (AlgorithmI a, Typeable a) => FromField (Ratchet a) where fromField = blobFieldDecoder J.eitherDecodeStrict'
instance ToField MessageKey where toField = toField . smpEncode