Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
public:papers:secrypt2017 [2017-05-23 06:29] – created xsvendapublic:papers:secrypt2017 [2017-09-26 05:25] – [Q&A section] x232886
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: [[https://www.usenix.org/conference/usenixsecurity16/|Usenix Security 2016]] +  * Conference page: [[http://www.secrypt.icete.org/?y=2017 Secrypt 2017]] 
-  * Download author pre-print of the paper: {{:public:papers:UsenixSec16_1MRSAKeys.pdf|pdf}}  +  * Download author pre-print of the paper: {{ :public:papers:polynomials_preprintl_secrypt2017.pdf | pdf}} 
-  * Download presentation: {{:public:papers:1mrsa_usenix2016_20160812_final.pdf|pdf}} +  * Download presentation: {{ :public:papers:secrypt_2017_sys_v2.pdf | pdf}}  
-  * Download [[:public:papers:usenix2016#datasets_and_tools |datasets, tools and used scripts]]+  * Download BoolTesthttps://github.com/crocs-muni/booltest
  
 **Bibtex (regular paper):** **Bibtex (regular paper):**
Line 19: Line 19:
      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