mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-15 14:55:51 +01:00
Previously, the code was using raw byte comparisons, which is not correct, as it makes timing attacks possible. Signed-off-by: Sumner Evans <sumner.evans@automattic.com> |
||
|---|---|---|
| .. | ||
| account | ||
| cipher | ||
| crypto | ||
| libolmpickle | ||
| megolm | ||
| message | ||
| olm | ||
| pk | ||
| session | ||
| utilities | ||
| base64.go | ||
| errors.go | ||
| main.go | ||
| 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.