xstream icon indicating copy to clipboard operation
xstream copied to clipboard

Higher security constructions (using X448)

Open tarcieri opened this issue 8 years ago • 0 comments

XSTREAM constructions providing security levels higher than 128-bit are not presently specified.

It would be possible using the X448 elliptic curve (i.e. the Montgomery form of Ed448-Goldilocks) for key agreement along with HKDF-SHA-512 for key derivation and AES-SIV/AES-PMAC-SIV in conjunction with AES-256. This curve uses a 448-bit field and provides a ~224-bit security level.

Libraries implementing X448 are a bit hard to come by, however.

tarcieri avatar Dec 29 '17 17:12 tarcieri