mirror of
https://github.com/ProtonMail/go-proton-api.git
synced 2025-12-23 23:57:50 -05: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
|
|
}
|