Update example key size to 2048 bits

Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
This commit is contained in:
Jan Tytgat
2025-01-13 16:58:08 +01:00
parent 3954f658a2
commit 8e6c4cf2a8

View File

@ -9,7 +9,7 @@ import (
func main() {
var err error
var key string
if key, err = transcrypt.CreateHexKey(12); err != nil {
if key, err = transcrypt.CreateHexKey(2048); err != nil {
panic(err)
}