mautrix-go/crypto/olm
2021-12-17 01:40:47 +02:00
..
account.go Keep references to memory allocated for Olm structs 2020-11-21 14:37:07 +02:00
error.go Move canonicaljson and go-olm inside crypto/ 2020-04-21 03:31:42 +03:00
inboundgroupsession.go Run gofmt 2021-09-22 10:52:01 -04:00
LICENSE Move canonicaljson and go-olm inside crypto/ 2020-04-21 03:31:42 +03:00
olm.go Update ldflags for olm 2020-05-08 17:21:23 +03:00
outboundgroupsession.go Keep references to memory allocated for Olm structs 2020-11-21 14:37:07 +02:00
pk.go Keep references to memory allocated for Olm structs 2020-11-21 14:37:07 +02:00
README.md Move canonicaljson and go-olm inside crypto/ 2020-04-21 03:31:42 +03:00
session.go Fix compile error on old libolm3 versions 2021-12-17 01:40:47 +02:00
utility.go Keep references to memory allocated for Olm structs 2020-11-21 14:37:07 +02:00
verification.go Run gofmt 2021-09-22 10:52:01 -04:00

Go olm bindings

Based on Dhole/go-olm