Skip to content

Commit d92ffe4

Browse files
committed
Merge branch 'master' into release/cipher_v0.5
2 parents 5276329 + 582b178 commit d92ffe4

File tree

24 files changed

+14
-14
lines changed

24 files changed

+14
-14
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: gift
1+
name: gift-cipher
22

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

1212
defaults:
1313
run:
14-
working-directory: gift
14+
working-directory: gift-cipher
1515

1616
env:
1717
CARGO_INCREMENTAL: 0

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
'cast5-v*',
1111
'cast6-v*',
1212
'des-v*',
13-
'gift-v*',
13+
'gift-cipher-v*',
1414
'idea-v*',
1515
'kuznyechik-v*',
1616
'magma-v*',
@@ -19,7 +19,7 @@ on:
1919
'rc6-v*',
2020
'serpent-v*',
2121
'sm4-v*',
22-
'speck-v*',
22+
'speck-cipher-v*',
2323
'threefish-v*',
2424
'twofish-v*',
2525
'xtea-v*',
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
name: speck
1+
name: speck-cipher
22

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

1212
defaults:
1313
run:
14-
working-directory: speck
14+
working-directory: speck-cipher
1515

1616
env:
1717
CARGO_INCREMENTAL: 0

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
"cast5",
1010
"cast6",
1111
"des",
12-
"gift",
12+
"gift-cipher",
1313
"idea",
1414
"kuznyechik",
1515
"magma",
@@ -18,7 +18,7 @@ members = [
1818
"rc6",
1919
"serpent",
2020
"sm4",
21-
"speck",
21+
"speck-cipher",
2222
"twofish",
2323
"threefish",
2424
"xtea",

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ dual licensed as above, without any additional terms or conditions.
9494
[`cast5`]: ./cast5
9595
[`cast6`]: ./cast6
9696
[`des`]: ./des
97-
[`gift-cipher`]: ./gift
97+
[`gift-cipher`]: ./gift-cipher
9898
[`idea`]: ./idea
9999
[`kuznyechik`]: ./kuznyechik
100100
[`magma`]: ./magma
@@ -103,7 +103,7 @@ dual licensed as above, without any additional terms or conditions.
103103
[`rc6`]: ./rc6
104104
[`serpent`]: ./serpent
105105
[`sm4`]: ./sm4
106-
[`speck-cipher`]: ./speck
106+
[`speck-cipher`]: ./speck-cipher
107107
[`threefish`]: ./threefish
108108
[`twofish`]: ./twofish
109109
[`xtea`]: ./xtea
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)