mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-20 00:01:21 +00:00
8 lines
77 B
Go
8 lines
77 B
Go
package cipher
|
|
|
|
import "time"
|
|
|
|
const (
|
|
DecryptedKeyTTL = 15 * time.Minute
|
|
)
|