Skip to content

Commit c8779b9

Browse files
committed
Fork group as rustcrypto-group
Adds a `rustcrypto-*` prefix to the crate name so we can do our own releases, since we're having trouble getting updates merged upstream: zkcrypto#69
1 parent 3cbf67f commit c8779b9

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "group"
3-
version = "0.14.0-pre.0"
2+
name = "rustcrypto-group"
3+
version = "0.14.0-pre"
44
authors = [
55
"Sean Bowe <[email protected]>",
66
"Jack Grigg <[email protected]>",

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pub trait GroupEncoding: Sized {
141141
/// The `Default` implementation is not required to return a valid point encoding. The
142142
/// bound is present to enable encodings to be constructed generically:
143143
/// ```
144-
/// # use group::GroupEncoding;
144+
/// # use rustcrypto_group::GroupEncoding;
145145
/// # use subtle::CtOption;
146146
/// # struct G;
147147
/// # impl GroupEncoding for G {

0 commit comments

Comments
 (0)