mautrix-go/crypto/goolm/utilities
Sumner Evans 65be59bfed
crypto: refactor to remove need for Utility struct
This also removes all dependence on libolm for the functions that were
provided by the Utility struct.

The crypto/signatures package should be used for all signature
verification operations, and for the occasional situation where a
base64-encoded SHA-256 hash is required, the olm.SHA256B64 function
should be used.

Signed-off-by: Sumner Evans <sumner@beeper.com>
2024-01-18 09:17:19 -07:00
..
pickle.go Clean up goolm and update import path 2023-12-15 15:56:38 +02:00