enable gitea actions
This commit is contained in:
@ -1,6 +1,3 @@
|
||||
//go:build encon
|
||||
// +build encon
|
||||
|
||||
package crypto
|
||||
|
||||
import (
|
||||
@ -1,10 +0,0 @@
|
||||
//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