mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
goolm: rename a couple files
Signed-off-by: Sumner Evans <sumner@beeper.com>
This commit is contained in:
parent
8bfa59b5d3
commit
b369efbc06
7 changed files with 8 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// cipher provides the methods and structs to do encryptions for olm/megolm.
|
||||
// Package cipher provides the methods and structs to do encryptions for
|
||||
// olm/megolm.
|
||||
package cipher
|
||||
|
||||
// Cipher defines a valid cipher.
|
||||
2
crypto/goolm/crypto/doc.go
Normal file
2
crypto/goolm/crypto/doc.go
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// Package crpyto provides the nessesary encryption methods for olm/megolm
|
||||
package crypto
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
// crpyto provides the nessesary encryption methods for olm/megolm
|
||||
package crypto
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
// sas provides the means to do SAS between keys
|
||||
// Package sas provides the means to do SAS between keys
|
||||
package sas
|
||||
|
||||
import (
|
||||
3
crypto/goolm/session/doc.go
Normal file
3
crypto/goolm/session/doc.go
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
// Package session provides the different types of sessions for en/decrypting
|
||||
// of messages
|
||||
package session
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
// session provides the different types of sessions for en/decrypting of messages
|
||||
package session
|
||||
Loading…
Add table
Add a link
Reference in a new issue