ektrah / nsec

A modern and easy-to-use cryptographic library for .NET 8+ based on libsodium
https://nsec.rocks
MIT License
381 stars 55 forks source link

Request: Ed448/X448 #41

Closed sigaloid closed 3 years ago

sigaloid commented 3 years ago

https://tools.ietf.org/html/rfc7748#section-6.2

Bit overkill, but assume performance isn't an issue.

ektrah commented 3 years ago

NSec doesn't implement any cryptographic primitives itself but relies on libsodium for that. At present, libsodium doesn't include an Ed448/X448 implementation, so I'm closing this issue for now. Feel free to reopen if libsodium adds support.

sigaloid commented 3 years ago

Thought libsodium did have that :cry: thanks!