mautrix-go/crypto/goolm
Tulir Asokan de0d12e26a
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
goolm/crypto: add test to ensure shared secrets can't be zero
2026-02-18 12:53:37 +02:00
..
account all: fix staticcheck issues 2025-12-08 00:07:25 +02:00
aessha2 crypto/aessha2: extract AES SHA2 functionality from crypto/goolm/cipher 2025-01-17 11:23:45 -07:00
crypto goolm/crypto: add test to ensure shared secrets can't be zero 2026-02-18 12:53:37 +02:00
goolmbase64 all: fix staticcheck issues 2025-12-08 00:07:25 +02:00
libolmpickle all: fix staticcheck issues 2025-12-08 00:07:25 +02:00
megolm crypto/goolm: reorganize pickle code 2025-01-17 11:31:49 -07:00
message crypto/goolm: include version number in version mismatches 2025-12-15 15:18:40 +02:00
pk all: fix staticcheck issues 2025-12-08 00:07:25 +02:00
ratchet crypto/goolm: include version number in version mismatches 2025-12-15 15:18:40 +02:00
session crypto/goolm: include version number in version mismatches 2025-12-15 15:18:40 +02:00
main.go Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
README.md Clean up goolm and update import path 2023-12-15 15:56:38 +02:00
register.go crypto/register: don't use init in *olm packages 2025-09-11 14:14:15 +03:00

go-olm

This is a fork of DerLukas's goolm, a pure Go implementation of libolm.

The original project is licensed under the MIT license.