fix26.2: полная UI-полировка peer/dashboard и завершение i18n
This commit is contained in:
@@ -60,7 +60,6 @@ func HmacSHA256Hex(payload string, secret string) string {
|
||||
return str
|
||||
}
|
||||
|
||||
|
||||
func DecodeBase64Key(raw string, expectedLen int) ([]byte, error) {
|
||||
raw = strings.TrimSpace(raw)
|
||||
if raw == "" {
|
||||
@@ -122,4 +121,3 @@ func DecryptAESGCM(cipherText string, key []byte) (string, error) {
|
||||
}
|
||||
return string(plain), nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user