Skip to content

Commit 075232f

Browse files
committedMar 7, 2025
Merge branch 'master' of github.com:lpp-crypto/sboxU
2 parents 484731d + df3f03d commit 075232f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ sage from the folder containing it.
6868
most recent one to compile `sboxU`, but then use an older one in
6969
your scripts.
7070

71-
## Authors (in alphabetic order)
71+
## Authors (in alphabetical order)
7272

7373
[Jules Baudrin](https://who.paris.inria.fr/Jules.Baudrin/)
7474

‎sboxU/display.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ def save_pollock(mat,
580580
axes = p.imshow(
581581
abs_mat,
582582
interpolation="None",
583-
cmap=plt.cm.get_cmap(color_scheme, 100),
583+
cmap=plt.colormaps[color_scheme],
584584
vmin=vmin,
585585
vmax=vmax
586586
)

0 commit comments

Comments
 (0)
Please sign in to comment.