Skip to content

Commit 8854248

Browse files
committed
Make "Rijndael S-box" live
Closes #857
1 parent 1e758fc commit 8854248

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

config/holes.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2305,16 +2305,13 @@ preamble = '''
23052305

23062306
['Rijndael S-box']
23072307
category = 'Mathematics'
2308-
experiment = 857
23092308
links = [
23102309
{ name = 'OEIS A354500', url = '//oeis.org/A354500' },
23112310
{ name = 'Wikipedia', url = '//en.wikipedia.org/wiki/Rijndael_S-box' },
23122311
]
23132312
synopsis = 'Print Rijndael S-box as a series of hex bytes.'
23142313
preamble = '''
2315-
<p>
2316-
Print the <b>Rijndael S-box</b> as a series of hex
2317-
bytes:
2314+
<p>Print the <b>Rijndael S-box</b> as a series of hex bytes:
23182315
23192316
<pre>
23202317
63 7c 77 7b f2 6b 6f c5 30 01 67 2b fe d7 ab 76

sql/a-schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CREATE TYPE hole AS ENUM (
4141
'ordinal-numbers', 'pangram-grep', 'pascals-triangle',
4242
'pernicious-numbers', 'pernicious-numbers-long', 'poker', 'prime-numbers',
4343
'prime-numbers-long', 'proximity-grid', 'qr-decoder', 'quine', 'recamán',
44-
'repeating-decimals', 'reverse-polish-notation',
44+
'repeating-decimals', 'reverse-polish-notation', 'rijndael-s-box',
4545
'rock-paper-scissors-spock-lizard', 'roman-to-arabic', 'rule-110',
4646
'seven-segment', 'si-units', 'sierpiński-triangle', 'smith-numbers',
4747
'spelling-numbers', 'star-wars-opening-crawl', 'sudoku', 'sudoku-v2',

0 commit comments

Comments
 (0)