Skip to content

Commit 4dc384c

Browse files
committed
Add Hello World blog post
1 parent 7a4e8ad commit 4dc384c

File tree

241 files changed

+82102
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

241 files changed

+82102
-3
lines changed

content/blog/hello-world.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
+++
2+
title = "Hello, world!"
3+
description = ""
4+
date = 2022-03-08T18:14:00
5+
updated = 2022-03-08T18:14:00
6+
draft = false # Leave this as true so that it is not published
7+
template = "blog/page.html"
8+
9+
[taxonomies]
10+
authors = ["Public"]
11+
12+
[extra]
13+
lead = "The Haskell Cryptography Group is proud to publicly broadcast its existence to the wider community."
14+
+++
15+
16+
Affiliated with the Haskell Foundation, we are an organisation that provides a support structure for open-source maintainers producing projects wrapping or implementing cryptography.
17+
18+
Cryptography is a sensitive topic in a programming language ecosystem, and the historical model of letting the ecosystem self-regulate in the usual way isn’t appropriate.
19+
This is why, with the support of the Haskell Foundation, we are establishing a group with a clear governance structure and goals to make change for the better in our ecosystem.
20+
21+
We offer support to cryptography projects when we can, providing a space of mutual help and innovation for the projects that are given to us. We also nurture new approaches and designs in cryptography libraries, so that the ecosystem does not suffer from the risks associated with monoculture, whilst maintaining high standards of code quality and security.
22+
23+
If you are interested in our work and wish to get involved, you can see our [by-laws][bylaws] on GitHub.
24+
Our [projects][projects] include bindings to libsodium, blake3, OpenSSL, as well as implementations like Cacophony for the [Noise Protocol][Noise].
25+
26+
The official coordination space is on the Haskell Foundation Slack workspace, on the [#cryptography-group][slack] channel, and we maintain a presence on the [#haskell-cryptography][irc] IRC channel on LiberaChat, where general discussions on cryptography in Haskell are welcome.
27+
28+
[bylaws]: https://github.com/haskell-cryptography/governance
29+
[projects]: https://haskell-cryptography.github.io/projects/
30+
[Noise]: https://noiseprotocol.org/
31+
[slack]: https://join.slack.com/t/haskell-foundation/shared_invite/zt-z45o9x38-8L55P27r12YO0YeEufcO2w
32+
[irc]: https://kiwiirc.com/nextclient/irc.libera.chat/#haskell-cryptography

public/_headers

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/*
2+
Access-Control-Allow-Origin: *

public/android-chrome-192x192.png

5.63 KB
Loading

public/android-chrome-512x512.png

20.3 KB
Loading

public/apple-touch-icon.png

4.99 KB
Loading

public/bootstrap/scss/bootstrap-grid.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bootstrap/scss/bootstrap-reboot.css

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bootstrap/scss/bootstrap-utilities.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/bootstrap/scss/bootstrap.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/doks.png

8.02 KB
Loading

0 commit comments

Comments
 (0)