mautrix-go/crypto/goolm
2023-12-15 15:56:38 +02:00
..
account Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
cipher Clean up goolm and update import path 2023-12-15 15:56:38 +02:00
crypto Clean up goolm and update import path 2023-12-15 15:56:38 +02:00
libolmpickle Clean up goolm and update import path 2023-12-15 15:56:38 +02:00
megolm Clean up goolm and update import path 2023-12-15 15:56:38 +02:00
message Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
olm Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
pk Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
sas Clean up goolm and update import path 2023-12-15 15:56:38 +02:00
session Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
utilities Clean up goolm and update import path 2023-12-15 15:56:38 +02:00
base64.go Clean up goolm and update import path 2023-12-15 15:56:38 +02:00
errors.go Remove unused error constants 2023-12-15 15:56:38 +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

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.