diff options
Diffstat (limited to 'writeup/ref.bib')
-rw-r--r-- | writeup/ref.bib | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/writeup/ref.bib b/writeup/ref.bib index e1ed0d8..3843557 100644 --- a/writeup/ref.bib +++ b/writeup/ref.bib @@ -1,3 +1,14 @@ +@article{BROWSERperformace, + author = {Yuan, Ye and Cheng, Chen-Mou and Kiyomoto, Shinsaku and Miyake, Yutaka and Takagi, Tsuyoshi}, + year = {2016}, + month = {01}, + pages = {309-327}, + title = {Portable Implementation of Lattice-based Cryptography using JavaScript}, + volume = {6}, + journal = {International Journal of Networking and Computing}, + doi = {10.15803/ijnc.6.2_309} +} + @article{GNUmaifesto, title={The GNU maifesto}, journal={Free software, Free society}, @@ -21,6 +32,13 @@ pages={0-1} } +@online{MANIFESTv3, + title = "Manifest V3", + url = "https://developer.chrome.com/docs/extensions/develop/migrate/what-is-mv3", + addendum = "(accessed: 26/11/2024)", + keywords = "Chrome, Google, manifest v3" +} + @online{LINUX, title = "The linux kernel", url = "https://www.kernel.org/linux.html", |