As you wrote in #32 the main motivation for releasing signature v1.0 is to enable use of it for dalek crates. But IIUC dalek developers haven't confirmed that they intend to depend on signature and I though a better approach will be to use ed25519 crate as a wrapper around ed25519-dalek to implement signature traits. This would allow dalekdevelopers to be independent from our work on signature API and we will have more freedom to experiment with it.
As for transferring signature to the traits repo, we should certainly do it, but I think it will be better to postpone it until beginning of the next year (hopefully I will have more time to work on this project at that time).
As you wrote in #32 the main motivation for releasing
signature v1.0is to enable use of it for dalek crates. But IIUC dalek developers haven't confirmed that they intend to depend onsignatureand I though a better approach will be to useed25519crate as a wrapper arounded25519-dalekto implementsignaturetraits. This would allowdalekdevelopers to be independent from our work onsignatureAPI and we will have more freedom to experiment with it.As for transferring
signatureto the traits repo, we should certainly do it, but I think it will be better to postpone it until beginning of the next year (hopefully I will have more time to work on this project at that time).