mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2026-04-18 05:53:21 -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
|
|
}
|