This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.novonetworks.eng.core.util; | |
| /* | |
| * Created by orange on 2016-12-29. | |
| */ | |
| import android.util.Log; | |
| import com.crashlytics.android.Crashlytics; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package auth | |
| import ( | |
| "crypto/rsa" | |
| "eng-server/api/utils" | |
| jwt "github.com/dgrijalva/jwt-go" | |
| "github.com/kataras/iris" | |
| "reflect" | |
| "strings" | |
| "time" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package utils | |
| import ( | |
| "bytes" | |
| "crypto/rand" | |
| "crypto/sha1" | |
| "github.com/iris-contrib/errors" | |
| "golang.org/x/crypto/scrypt" | |
| "io" | |
| ) |
NewerOlder