Files
postmoogle/vendor/maunium.net/go/mautrix/crypto/goolm/main.go
2024-02-11 20:47:04 +02:00

7 lines
389 B
Go

// Package goolm is a pure Go implementation of libolm. Libolm is a cryptographic library used for end-to-end encryption in Matrix and written in C++.
// With goolm there is no need to use cgo when building Matrix clients in go.
/*
This package contains the possible errors which can occur as well as some simple functions. All the 'action' happens in the subdirectories.
*/
package goolm