miscreant / meta

Meta-repository for Miscreant: misuse-resistant symmetric encryption library with AES-SIV (RFC 5297) and AES-PMAC-SIV support
https://miscreant.io
Other
474 stars 27 forks source link

[C#] Aead.GenerateKey512 isn't static #190

Closed MysteryDash closed 6 years ago

MysteryDash commented 6 years ago

Hello,

Considering that Aead.GenerateKey256 is static, shouldn't Aead.GenerateKey512 be static as well?

tarcieri commented 6 years ago

It is now static! Thanks @Metalnem