Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/graphics/wb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions src/pageTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,22 @@ export function PageTemplate(
</Nav>

<Div>
<Marginale inlineable>
<A href="https://worm-blossom.org" clazz="funder">
<Img
src={<ResolveAsset asset={["graphics", "wb.png"]} />}
alt="The emblem of worm-blossom."
/>
</A>
</Marginale>
<P>
Willow is a{" "}
<A clazz="external" href="https://worm-blossom.org">
worm-blossom
</A>{" "}
project.
</P>

<Marginale inlineable>
<A href="https://nlnet.nl" clazz="funder">
<Img
Expand Down
11 changes: 6 additions & 5 deletions src/pages/more/about_us.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ export const about_us = (
/>
</Marginale>
Willow was designed by Aljoscha Meyer and Sam Gwilym, who have been
working together since 2022. Their first collaboration was a
proof-of-concept implementation of range based set reconciliation. But
they soon realised there was no-one around to say ‘no’, and have used
Willow as the pretext for spinning out a macro processor, a sink /
stream abstraction for Rust, and a new secure hash function.
working together since 2022 as{" "}
<A clazz="external" href="https://worm-blossom.org">worm-blossom</A>.
Their first collaboration was a proof-of-concept implementation of
range based set reconciliation. They have used Willow as the pretext
for spinning out a macro processor, a sink / stream abstraction for
Rust, and a new secure hash function.
</P>

<P>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/specs/confidential_sync.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ export const confidential_sync = (
heading="Willow Confidential Sync"
toc
bibliography
status="candidate"
statusDate="10.04.2025"
status="proposal"
statusDate="21.11.2025"
parentId="specifications"
>
<PreviewScope>
Expand Down
6 changes: 3 additions & 3 deletions src/pages/specs/meadowcap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ export const meadowcap = (
<PageTemplate
htmlTitle="Meadowcap"
headingId="meadowcap"
heading={"Meadowcap"}
status="candidate"
statusDate="17.01.2024"
heading="Meadowcap"
status="final"
statusDate="21.11.2025"
toc
parentId="specifications"
>
Expand Down