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

Doc-include paths changed, breaking nightly docs #268

Closed
hdevalence opened this issue Jul 31, 2019 · 0 comments
Closed

Doc-include paths changed, breaking nightly docs #268

hdevalence opened this issue Jul 31, 2019 · 0 comments

Comments

@hdevalence
Copy link
Contributor

The path root for doc(include) changed recently, so we need to update the path specifiers for the markdown file.

@hdevalence hdevalence added this to the Patch Release milestone Jul 31, 2019
pinkforest added a commit to pinkforest/curve25519-dalek that referenced this issue Jun 27, 2023
digest isn't yet stable but we have use it in the public API.

This makes the digest API optional to use in opt-in basis by
feature gating this via an optional digest feature.

API items now feature-gated:

- `pub use ed25519_dalek::Digest`
- `SigningKey::sign_prehashed(D: prehashed_message, ..)`
- `SigningKey::verify_prehashed(D: prehahed_message, ..)`
- `VerifyingKey::verify_prehashed(D: prehashed_message, ..)`
- `VerifyingKey::verify_prehashed_strict(D: prehashed_message, ..)`

Also no longer re-exporting `sha2::Sha512`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant