Skip to content

Commit

Permalink
deploy: 4b36fb5
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiaji committed Aug 13, 2024
1 parent aaea638 commit f8cb850
Show file tree
Hide file tree
Showing 92 changed files with 414 additions and 390 deletions.
12 changes: 6 additions & 6 deletions chacha20poly1305/docs/classes/Chacha20Poly1305.html

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion chacha20poly1305/docs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@hpke/chacha20poly1305 </title><meta name="description" content="Documentation for @hpke/chacha20poly1305 "/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@hpke/chacha20poly1305 </a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h2>@hpke/chacha20poly1305 </h2></div><div class="tsd-panel tsd-typography"><h1 align="center">@hpke/chacha20poly1305</h1>
<p><a href="https://jsr.io/@hpke/chacha20poly1305"><img src="https://jsr.io/badges/@hpke/chacha20poly1305" alt="JSR"/></a></p>
<!--
<div align="center">
<a href="https://jsr.io/@hpke/chacha20poly1305"><img src="https://jsr.io/badges/@hpke/chacha20poly1305" alt="JSR"/></a>
</div>
-->
<div align="center">
A TypeScript <a href="https://datatracker.ietf.org/doc/html/rfc9180">Hybrid Public Key Encryption (HPKE)</a> module extension for AEAD with ChaCha20-Poly1305, which is implemented by using <a href="https://github.com/paulmillr/noble-ciphers">@noble/ciphers</a></div>
<p></p>
Expand Down
12 changes: 6 additions & 6 deletions core/docs/classes/Aes128Gcm.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions core/docs/classes/Aes256Gcm.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/BaseError.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions core/docs/classes/CipherSuite.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/DecapError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/DeriveKeyPairError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/DeserializeError.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions core/docs/classes/DhkemP256HkdfSha256.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions core/docs/classes/DhkemP384HkdfSha384.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions core/docs/classes/DhkemP521HkdfSha512.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/EncapError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/ExportError.html

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions core/docs/classes/ExportOnly.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions core/docs/classes/HkdfSha256.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions core/docs/classes/HkdfSha384.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions core/docs/classes/HkdfSha512.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/HpkeError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/InvalidParamError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/MessageLimitReachedError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/NotSupportedError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/OpenError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/SealError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/SerializeError.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions core/docs/classes/ValidationError.html

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion core/docs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!DOCTYPE html><html class="default" lang="en"><head><meta charset="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>@hpke/core </title><meta name="description" content="Documentation for @hpke/core "/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="assets/style.css"/><link rel="stylesheet" href="assets/highlight.css"/><script defer src="assets/main.js"></script><script async src="assets/icons.js" id="tsd-icons-script"></script><script async src="assets/search.js" id="tsd-search-script"></script><script async src="assets/navigation.js" id="tsd-nav-script"></script></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os";document.body.style.display="none";setTimeout(() => app?app.showPage():document.body.style.removeProperty("display"),500)</script><header class="tsd-page-toolbar"><div class="tsd-toolbar-contents container"><div class="table-cell" id="tsd-search" data-base="."><div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-search"></use></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div><div class="field"><div id="tsd-toolbar-links"></div></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="index.html" class="title">@hpke/core </a></div><div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><use href="assets/icons.svg#icon-menu"></use></svg></a></div></div></header><div class="container container-main"><div class="col-content"><div class="tsd-page-title"><h2>@hpke/core </h2></div><div class="tsd-panel tsd-typography"><h1 align="center">@hpke/core</h1>
<p><a href="https://jsr.io/@hpke/core"><img src="https://jsr.io/badges/@hpke/core" alt="JSR"/></a></p>
<!--
<div align="center">
<a href="https://jsr.io/@hpke/core"><img src="https://jsr.io/badges/@hpke/core" alt="JSR"/></a>
</div>
-->
<div align="center">
A TypeScript <a href="https://datatracker.ietf.org/doc/html/rfc9180">Hybrid Public Key Encryption (HPKE)</a> core module implemented using only <a href="https://www.w3.org/TR/WebCryptoAPI/">Web Cryptography API</a>. It does not support the X25519/X448-based KEMs and the ChaCha20Poly1305 AEAD, but it has no external module dependencies. It's small in size and tree-shaking friendly.</div>
<p></p>
Expand Down
Loading

0 comments on commit f8cb850

Please sign in to comment.