-
Notifications
You must be signed in to change notification settings - Fork 19
Home
lpp-crypto edited this page Jul 9, 2019
·
1 revision
If sage complains about arguments’ type not matching with Boost.Python… then you should:
- replace the
SBoxinstance by alist, which is as simple as replacingswithlist(s), and - add
intto the definition of integers used to build yourlist, i.e. replaceswith[int(x) for x in s]. This last fix is a particular of the first one, i.e. it should always work.