package keys import "testing" func TestKeyGeneration(t *testing.T) { t.Parallel() t.Run("AesGenerator1R", func(t *testing.T) { }) }