Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .to_bytes() to PublicKey, SharedSecret #43

Merged
merged 1 commit into from Aug 18, 2020

Conversation

peat
Copy link
Contributor

@peat peat commented Jun 5, 2019

Added so that x25519_dalek::PublicKey has the same as_bytes/to_bytes fns as ed25519_dalek::PublicKey

Also added .to_bytes() to SharedSecret for consistency.

…the ed25519 PublicKey impl. Also to SharedSecret for consistency.
@peat
Copy link
Contributor Author

peat commented Jun 5, 2019

The CI failure looks like an issue with trying to get assets for the Rust beta build, not failing tests. 🤔

error: could not download file from 'https://static.rust-lang.org/dist/channel-rust-beta.toml.sha256' to '/home/travis/.rustup/tmp/o4an6qqt3qa04cun_file'
info: caused by: failed to make network request
info: caused by: https://static.rust-lang.org/dist/channel-rust-beta.toml.sha256: timed out
The command "curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=$TRAVIS_RUST_VERSION -y" failed and exited with 1 during .

@hdevalence hdevalence changed the base branch from master to develop November 26, 2019 21:54
@hdevalence hdevalence merged commit 5d245dc into dalek-cryptography:develop Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants