Skip to content

Commit

Permalink
add publication list
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyannehall committed Nov 16, 2024
1 parent bcca0c7 commit 3ad7a7e
Show file tree
Hide file tree
Showing 5 changed files with 142 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# lily anne hall *research publications*

## security audits

### MetaMask

* [Lavamoat Plugin System (Contributor -- Least Authority, 2019)](./MetaMask/LeastAuthority-MetaMask-Plugin-System-LavaMoat-Audit-Report.pdf)
* [Capnode Permissions System (Contributor -- Least Authority, 2019)](./MetaMask/LeastAuthority-MetaMask-Permissions-Capnode-Audit-Report.pdf)
* [Mobile Wallet (Lease Authority, 2019)](./MetaMask/LeastAuthority-MetaMask-Audit-Report.pdf)

### Blockstack

* [Stacks Investor Wallet (Contributor -- Least Authority, 2019)](./Blockstack/LeastAuthority-Blockstack-Wallet-Audit-Report.pdf)

### Ethereum Foundation

* [ProgPow Algorithm (Contributor -- Least Authority, 2019)](./EthereumFoundation/LeastAuthority-ProgPow-Algorithm-Final-Audit-Report.pdf)

### Zcash

* [Sapling Implementation (Contributor -- Least Authority, 2019)](./Zcash/LeastAuthority-Zcash-Sapling-Implementation-RPC-Interface-Updated-Audit-Report.pdf)
* [Overwinter Specification and Implementation(Contributor -- Least Authority, 2018)](./Zcash/LeastAuthority-Zcash-Implementation-Analysis-and-Overwinter-Specification.pdf)

### Interchain Foundation

* [Cosmos Blockchain SDK Framework (Contributor -- Least Authority, 2019)](./Cosmos/LeastAuthority-Cosmos-SDK-Audit-Report.pdf)

### Tezos Foundation

* [Galleon Wallet (Contributor -- Least Authority, 2018)](./Tezos/LeastAuthority-Galleon-Wallet-Audit-Report.pdf)
* [TezBox Wallet (Author -- Least Authority, 2018)](./Tezos/LeastAuthority-TezBox-Wallet-Audit-Report.pdf)
* [Tezos Protocol (Contributor -- Least Authority, 2019)](./Tezos/LeastAuthority-Tezos-Protocol-Audit-Report.pdf)
* [TzBTC (Contributor -- Least Authority, 2020)](./Tezos/LeastAuthority-Tezos-TzBTC-Final-Audit-Report.pdf)
* [Taquito (Contributor -- Least Authority, 2020)](./Tezos/LeastAuthority_Tezos_Foundation_Taquito_Report.pdf)

### TRON

* [TRON Protocol (Contributor -- Least Authority, 2020)](./TRON/)

## white papers

* [Storj: a peer-to-peer cloud storage network (Contributor -- Storj, 2016)](./Storj/Storj.Whitepaper.V2.pdf)

## experiments

* [KFS: a LevelDB sharding algorithm based on the XOR metric (Author -- Storj, 2016)](./Storj/kfs)

17 changes: 17 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en-US" }}">
<head>
<title>Lily Anne Hall &#8212; Security Researcher</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=0.8">
<link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}">
</head>
<body>
<div class="container">
{{ content }}
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" integrity="sha256-lZaRhKri35AyJSypXXs4o6OPFTbTmUoltBbDCbdzegg=" crossorigin="anonymous"></script>
<script>anchors.add();</script>
</body>
</html>
77 changes: 77 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
html, body {
font-family: Georgia, 'Times New Roman', Times, serif;
margin: 0;
padding: 0;
}

blockquote {
border: 1px solid black;
padding: 0 32px;
}

.container {
padding: 4em;
margin: auto;
max-width: 8.5in;
}

p {
line-height: 1.5em;
font-size: 1.1em;
margin: 2em 0;
}

a {
color: #000;
}
a:hover {
text-decoration: normal;
}

h1 {
text-align: right;
font-size: 4em;
}

h1 em {
display: block;
font-size: 1rem;
}

h2 {
border-bottom: 0.5rem solid #000;
padding: 0.5rem 0;
font-size: 2em;
}

h3 {
font-size: 1.5em;
}

h3 strong {
display: block;
float: right;
color: white;
background-color: black;
padding: 0 0.5rem;
}

h4 {
font-style: italic;
font-weight: normal;
}

h5 {
font-size: 1em;
font-weight: normal;
font-style: italic;
margin: 0.5em 0 0.5em 2em;
}

h5 em {
display: block;
float: inline-end;
text-align: left;
max-width: 40em;
padding: 0 2rem;
}
Binary file added favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3ad7a7e

Please sign in to comment.