Update crypto.go

This commit is contained in:
cedkeChat 2024-07-11 12:48:45 +02:00 committed by GitHub
parent d0b7e222cb
commit ad16a26249
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,8 +9,8 @@ import (
"fmt"
"hash/crc32"
"github.com/PretendoNetwork/friends/globals"
"github.com/PretendoNetwork/friends/types"
"github.com/CloudnetworkTeam/friends/globals"
"github.com/CloudnetworkTeam/friends/types"
)
func DecryptToken(encryptedToken []byte) (*types.NEXToken, error) {