Skip to content

Commit

Permalink
update color and other details
Browse files Browse the repository at this point in the history
  • Loading branch information
JunhaoHuang committed Jul 31, 2022
1 parent a1b0e08 commit 0bf659d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ navbar-var-length: false

# Personalize the colours in your website. Colour values can be any valid CSS colour

navbar-col: "#EAEAEA"
navbar-col: "#607EAA"
navbar-text-col: "#404040"
navbar-border-col: "#DDDDDD"
page-col: "#FFFFFF"
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: base
---
{% include head.html %}

<div class="intro-header"></div>

<div role="main" class="{% if page.full-width %} container-fluid {% else %} container-md {% endif %}">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: base
---
{% include head.html %}

{% include header.html type="post" %}

<div class="{% if page.full-width %} container-fluid {% else %} container-md {% endif %}">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/postlist.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
---
{% include head.html %}

{{ content }}

{% assign posts = paginator.posts | default: site.posts %}
Expand Down
1 change: 0 additions & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@
---

Here are my blog posts in reverse chronological order:
<hr>
4 changes: 3 additions & 1 deletion publications.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ You can also browse my [Google Scholar profile](https://scholar.google.com/citat
### 2022

- **Junhao Huang**, Jipeng Zhang, Haosong Zhao, Zhe Liu, Ray C. C. Cheung, Çetin Kaya Koç, Donglong Chen*. Improved Plantard arithmetic for lattice-based cryptography. [IACR Transactions on Cryptographic Hardware and Embedded Systems](https://ches.iacr.org/), Volume 2022, Issue 4. [[pdf](\assets\paper\TCHES2022.pdf), [code](https://github.com/UIC-ESLAS/ImprovedPlantardArithmetic), [slide](\assets\slides\slide_TCHES2022.pdf)]


---
### 2021

- Jipeng Zhang, **Junhao Huang**, Zhe Liu*, Sujoy Sinha Roy. Time-memory Trade-offs for Saber+ on Memory-constrained RISC-V Platform. [IEEE Transactions on Computers](https://ieeexplore.ieee.org/xpl/RecentIssue.jsp?punumber=12). [[pdf](\assets\paper\TC2021.pdf), [code](https://github.com/Ji-Peng/Saber_RV32)]
Expand All @@ -16,6 +17,7 @@ You can also browse my [Google Scholar profile](https://scholar.google.com/citat

- Lirui Zhao, Jipeng Zhang, **Junhao Huang**, Zhe Liu*, Gerhard Hancke. Efficient Implementation of Kyber on Mobile Devices. ICPADS2021. [[pdf](\assets\paper\ICPADS2021.pdf), [slide](\assets\slides\slide_ICPADS2021.pdf)]

---
### 2020

- **Junhao Huang**, Zhe Liu*, Zhi Hu, Johann Großschädl. Parallel implementation of SM2 elliptic curve cryptography on Intel processors with AVX2. ACISP2020. [[pdf](\assets\paper\ACISP2020.pdf)]
Expand Down

0 comments on commit 0bf659d

Please sign in to comment.