mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 20:40:13 +02:00
f1b1001863
See discussion on #374
8 lines
104 B
Go
8 lines
104 B
Go
package provider
|
|
|
|
const (
|
|
aes256cbc = "aes-256-cbc"
|
|
aes256gcm = "aes-256-gcm"
|
|
sha256 = "sha256"
|
|
)
|