mirror of
https://github.com/GlueOps/autoglue.git
synced 2026-02-13 21:00:06 +01:00
feat: sdk migration in progress
This commit is contained in:
5
internal/keys/export.go
Normal file
5
internal/keys/export.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package keys
|
||||
|
||||
func Decrypt(encKeyB64, enc string) ([]byte, error) {
|
||||
return decryptAESGCM(encKeyB64, enc)
|
||||
}
|
||||
Reference in New Issue
Block a user