mautrix-go/crypto/goolm
Sumner Evans 0ea4a167f0
(DO NOT MERGE) crypto: allow run goolm side-by-side with libolm
Signed-off-by: Sumner Evans <sumner.evans@automattic.com>
2025-01-17 11:55:30 -07:00
..
account (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 11:55:30 -07:00
aessha2 crypto/aessha2: extract AES SHA2 functionality from crypto/goolm/cipher 2025-01-17 11:23:45 -07:00
crypto crypto: propagate more errors 2024-10-25 09:39:19 -06:00
goolmbase64 crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00
libolmpickle (DO NOT MERGE) crypto: allow run goolm side-by-side with libolm 2025-01-17 11:55:30 -07:00
megolm crypto/goolm: reorganize pickle code 2025-01-17 11:31:49 -07:00
message crypto/goolm/message: use buffers for encode/decode functions 2025-01-17 11:31:39 -07:00
pk crypto/goolm: reorganize pickle code 2025-01-17 11:31:49 -07:00
ratchet crypto/goolm: reorganize pickle code 2025-01-17 11:31:49 -07:00
session crypto/goolm: reorganize pickle code 2025-01-17 11:31:49 -07:00
README.md Clean up goolm and update import path 2023-12-15 15:56:38 +02:00
main.go Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
register.go crypto/olm: make everything into an interface 2024-08-23 09:16:33 -06:00

README.md

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.