Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:papers:secrypt2017 [2017-05-25 11:08] – [The Efficient Randomness Testing using Boolean Functions [SeCrypt 2017]] x232886public:papers:secrypt2017 [2017-11-14 15:13] (current) xsvenda
Line 10: Line 10:
 The performance was verified on more than 20 real world cryptographic functions -- block and stream ciphers, hash functions and pseudorandom generators. Among others, the previously unknown bias in output of C rand() and Java Random generators which can be utilized as practical distinguisher was found.// The performance was verified on more than 20 real world cryptographic functions -- block and stream ciphers, hash functions and pseudorandom generators. Among others, the previously unknown bias in output of C rand() and Java Random generators which can be utilized as practical distinguisher was found.//
  
-  * Conference page:  +  * Conference page: [[http://www.secrypt.icete.org/?y=2017 | Secrypt 2017]] 
-  * Download author pre-print of the paper:  +  * Download author pre-print of the paper: {{ :public:papers:polynomials_preprintl_secrypt2017.pdf | pdf}} 
-  * Download presentation: +  * Download presentation: {{ :public:papers:secrypt_2017_sys_v2.pdf | pdf}} 
   * Download BoolTest: https://github.com/crocs-muni/booltest   * Download BoolTest: https://github.com/crocs-muni/booltest
  
-**Bibtex (regular paper):**+**Bibtex (regular paper)**
    @inproceedings{booltest_secrypt2017,    @inproceedings{booltest_secrypt2017,
      author = {Marek Sys \and Dusan Klinec \and Petr Svenda},      author = {Marek Sys \and Dusan Klinec \and Petr Svenda},
      title = {The Efficient Randomness Testing using Boolean Functions},      title = {The Efficient Randomness Testing using Boolean Functions},
-     booktitle = {SeCrypt 2017},+     booktitle = {14th International Conference on Security and Cryptography (Secrypt'2017)},
      year = {2017},      year = {2017},
-     pages = {??--??}, +     pages = {92--103}, 
-     isbn = {??}, +     isbn = {978-989-758-259-2}, 
-     publisher = {Insticc}+     publisher = {SCITEPRESS}
    }    }
 ---- ----
  
  
-===== Q&A section ===== 
  
-==Q: So what did you do?== 
-A: FIXME