mautrix-go/crypto/olm
Sumner Evans 4a2557ed15
crypto: propagate more errors
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2024-10-25 09:39:19 -06:00
..
README.md Remove special module licenses 2023-12-15 15:56:38 +02:00
account.go crypto: always read from crypto/rand 2024-10-25 08:17:13 -06:00
account_test.go crypto: always read from crypto/rand 2024-10-25 08:17:13 -06:00
errors.go goolm/libolmpickle: add Encoder for easier pickling API 2024-10-25 09:06:45 -06:00
groupsession_test.go crypto: propagate more errors 2024-10-25 09:39:19 -06:00
inboundgroupsession.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
olm.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
outboundgroupsession.go crypto: propagate more errors 2024-10-25 09:39:19 -06:00
outboundgroupsession_test.go crypto: propagate more errors 2024-10-25 09:39:19 -06:00
pk.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
pk_test.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
session.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
session_test.go crypto: always read from crypto/rand 2024-10-25 08:17:13 -06:00

README.md

Go olm bindings

Based on Dhole/go-olm

The original project is licensed under the Apache 2.0 license.