Skip to content

Commit a120816

Browse files
committed
ed448: rename crate to ed448-goldilocks
1 parent 9533ea1 commit a120816

42 files changed

Lines changed: 5 additions & 9 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: ed448
1+
name: ed448-goldilocks
22

33
on:
44
pull_request:
55
paths:
6-
- ".github/workflows/ed448.yml"
7-
- "ed448/**"
6+
- ".github/workflows/ed448-goldilocks.yml"
7+
- "ed448-goldilocks/**"
88
- "Cargo.*"
99
push:
1010
branches: master
1111

1212
defaults:
1313
run:
14-
working-directory: ed448
14+
working-directory: ed448-goldilocks
1515

1616
env:
1717
CARGO_INCREMENTAL: 0

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
"p256",
1111
"p384",
1212
"p521",
13-
"ed448",
13+
"ed448-goldilocks",
1414
"primefield",
1515
"primeorder",
1616
"sm2"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)