mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2026-04-20 23:08:03 -04:00
8 lines
140 B
Go
8 lines
140 B
Go
package server
|
|
|
|
import "github.com/ProtonMail/go-proton-api/server/backend"
|
|
|
|
func init() {
|
|
backend.GenerateKey = backend.FastGenerateKey
|
|
}
|