Changelog¶
0.8.13 (2020-10-14)¶
0.8.7 (2019-12-12)¶
0.8.6-doc (2019-12-09)¶
0.8.6 (2019-11-25)¶
fix: documentation, pypi source build and conda build now working for C extension (29dfb27)
0.8.5 (2019-11-14)¶
fix: backward and forward AES key expansion works starting from any round (a37072b)
0.7.1 (2019-09-06)¶
fix: container string representation now working with all kind of preprocesses (38dd64d)
0.7.0 (2019-08-30)¶
0.6.2 (2019-08-26)¶
0.6.0 (2019-08-13)¶
0.5.0 (2019-07-26)¶
0.4.1 (2019-07-23)¶
maint: Adjust some log messages in analysis process. (5630781)
maint: prepare 0.4.1a release (08fac74)
doc: add pretty strings to APIs objects (92ab135)
fix: CenterOn preprocess handle None mean gracefully (50b72de)
fix: High order combination preprocesses accepts frame_1 default value. (2c68a32)
feat: add expected key function to AES ready-to-use selection functions. (429ddd1)
feat: Add expected_key_function option to attack selection function decorator. (7351d0b)
feat: add memory usage estimation check at first distinguisher update (0a86768)
feat: add private _Analysis API to create analysis objects from standalone distinguishers instances. (5123d83)
feat: Add Reverse and Attacks specialized classes for each type of distinguisher analysis. (76b80bb)
feat: BREAKING CHANGE - AES selections functions are under aes package and are now classes. (68c5a2f)
feat: High order combination preprocesses raise exception if improper mode is passed. (3e0a76d)
feat: Improve selection function error messages (4724ba1)
feat: rename t-Test container arguments to ths_1 and ths_2 (8e9e3e1)
feat: selection_function accepts range guesses and list words. (7fe1014)
0.3.0 (2019-07-09)¶
0.2.0 (2019-06-26)¶
packaging: Prepare 0.2.0 version tagging (63a3a90)
feat: Add AES ready-to-use attack selection functions. (1859977)
feat: Add basic preprocesses - square, fft modulus, serialize bits, center and standardization. (80211b6)
feat: Add preprocess decorator and preprocesses to container (a3db2ad)
feat: add preprocesses for high order analysis, both standard and time/frequency combinations. (679c822)
doc: add Gitlab issue templates (fe092db)
doc: Update CONTRIBUTING guide with merge request checklist (ab123cc)