mautrix-go/crypto/olm
Tulir Asokan 315d2ab17d
Some checks are pending
Go / Lint (latest) (push) Waiting to run
Go / Build (old, libolm) (push) Waiting to run
Go / Build (latest, libolm) (push) Waiting to run
Go / Build (old, goolm) (push) Waiting to run
Go / Build (latest, goolm) (push) Waiting to run
all: fix staticcheck issues
2025-12-08 00:07:25 +02:00
..
account.go crypto: log active driver 2025-09-11 14:12:35 +03:00
account_test.go crypto: always read from crypto/rand 2024-10-25 08:17:13 -06:00
errors.go all: fix staticcheck issues 2025-12-08 00:07:25 +02: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
README.md Remove special module licenses 2023-12-15 15:56:38 +02: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

Go olm bindings

Based on Dhole/go-olm

The original project is licensed under the Apache 2.0 license.