mautrix-go/crypto/olm
Sumner Evans 2728a8f8aa
olm/pk: add fuzz test for the Sign function
Signed-off-by: Sumner Evans <sumner@beeper.com>
2024-03-11 09:00:11 -06:00
..
README.md Remove special module licenses 2023-12-15 15:56:38 +02:00
account.go Deprecate gob/json encoding olm structs 2023-12-15 15:56:38 +02:00
account_goolm.go Deprecate gob/json encoding olm structs 2023-12-15 15:56:38 +02:00
error.go Revert changes to error names 2023-12-15 15:56:38 +02:00
error_goolm.go Revert changes to error names 2023-12-15 15:56:38 +02:00
inboundgroupsession.go Deprecate gob/json encoding olm structs 2023-12-15 15:56:38 +02:00
inboundgroupsession_goolm.go Deprecate gob/json encoding olm structs 2023-12-15 15:56:38 +02:00
olm.go Add build tag to use goolm in crypto/olm 2023-12-15 15:56:38 +02:00
olm_goolm.go Fix typos and JSON field names 2023-12-15 15:56:38 +02:00
outboundgroupsession.go Deprecate gob/json encoding olm structs 2023-12-15 15:56:38 +02:00
outboundgroupsession_goolm.go Deprecate gob/json encoding olm structs 2023-12-15 15:56:38 +02:00
pk_goolm.go olm/pk: make an interface 2024-03-11 09:00:11 -06:00
pk_interface.go olm/pk: make an interface 2024-03-11 09:00:11 -06:00
pk_libolm.go olm/pk: make an interface 2024-03-11 09:00:11 -06:00
pk_test.go olm/pk: add fuzz test for the Sign function 2024-03-11 09:00:11 -06:00
session.go Deprecate gob/json encoding olm structs 2023-12-15 15:56:38 +02:00
session_goolm.go Deprecate gob/json encoding olm structs 2023-12-15 15:56:38 +02:00

README.md

Go olm bindings

Based on Dhole/go-olm

The original project is licensed under the Apache 2.0 license.