add encryption and get page
This commit is contained in:
10
internal/crypto/decrypt_off.go
Normal file
10
internal/crypto/decrypt_off.go
Normal file
@ -0,0 +1,10 @@
|
||||
//go:build !encon
|
||||
// +build !encon
|
||||
|
||||
package crypto
|
||||
|
||||
import "git.loyso.art/frx/eway/internal/entity"
|
||||
|
||||
func Decrypt(hexedcipher string) (plaintext string, err error) {
|
||||
return "", entity.SimpleError("this feature turned off")
|
||||
}
|
||||
Reference in New Issue
Block a user