Currently I think they are still using the libsodium library so they are using Curve25519xsalsa20poly1305 for Public-key authenticated encryption, xsalsa20poly1305 for Secret-key authenticated encryption, ed25519 as Public-key signatures and SHA-512.
But in Nov 17 @dirvine said:
It would be interesting if there was any updates on that idea.
In this case, Grover’s algorithm halves the effective key length for symmetric encryption.
AES-512 → AES-256
AES-256 → AES-128
So even though it takes a significant hit, it would be still considered fairly secure (aka. “quantum resistant”)