style: инициализировать слайсы через make
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -88,7 +88,7 @@ func TestGenerateGoldenFixture(
|
||||
var encrypted bytes.Buffer
|
||||
if err := enc.Encrypt(
|
||||
bytes.NewReader([]byte{0xAA}),
|
||||
[]crypto.RecipientPub{pqPub, classicalPub},
|
||||
makeRecipientPubs(pqPub, classicalPub),
|
||||
&encrypted,
|
||||
rng,
|
||||
); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user