dalek-cryptography / x25519-dalek

X25519 elliptic curve Diffie-Hellman key exchange in pure-Rust, using curve25519-dalek.
BSD 3-Clause "New" or "Revised" License
326 stars 132 forks source link

Update CI #100

Closed rozbb closed 1 year ago

rozbb commented 1 year ago

This mostly just copies the CI from ed25519-dalek

tarcieri commented 1 year ago

This probably needs ** in the branch name too, right?

pinkforest commented 1 year ago

Superceded by: https://github.com/dalek-cryptography/x25519-dalek/pull/109

Added your changes as commit on it.

rozbb commented 1 year ago

Superceded by #109