[www-pubs] r280383 - [www-pubs] Adding security with llvm publication

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 10:25:31 PDT 2016


Author: rengolin
Date: Thu Sep  1 12:25:30 2016
New Revision: 280383

URL: http://llvm.org/viewvc/llvm-project?rev=280383&view=rev
Log:
[www-pubs] Adding security with llvm publication

Modified:
    www-pubs/trunk/pubs.js

Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=280383&r1=280382&r2=280383&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Sep  1 12:25:30 2016
@@ -51,6 +51,14 @@ var PUBS =
     year: 2016
   },
 
+  { url: "http://thiernobarry.fr/publications/preprint/T-Barry.pdf",
+    author: "Thierno Barry, Damien Courousse, Bruno Robisson",
+    title: "Compilation of a Countermeasure Against Instruction-Skip Fault Attacks",
+    published: "Cryptography and Security in Computing Systems 2016” (CS2)",
+    month: 01,
+    year: 2016
+  },
+
   { url: "http://dl.acm.org/citation.cfm?id=2843863",
     author: "Luke Jones, Ryan Whelan, Jeremy Blackthorne, and Graham Baker",
     title: "Flowtables: Program Skeletal Inversion for Defeat of Interprocedural Analysis with Unique Metamorphism",




More information about the llvm-commits mailing list