-
Notifications
You must be signed in to change notification settings - Fork 1
Call for early adopters of sel and botan-low #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
fcdf713
Call for early adopters of sel and botan-low
Kleidukos 9cd6a20
Add links for installing the libraries
Kleidukos f02bbdb
fix typo
Kleidukos bbe5edc
typographic change
Kleidukos 53db14d
Add one-time-password to the call and write a project page for HsOpenSSL
Kleidukos 5ecb73c
fix typo
Kleidukos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "themes/adidoks"] | ||
path = themes/adidoks | ||
url = https://github.com/aaranxu/adidoks.git | ||
url = https://github.com/aaranxu/adidoks | ||
branch = main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
+++ | ||
title = "Call for early adopters for Sel and Botan" | ||
description = "" | ||
date = 2024-04-05T16:00:00 | ||
updated = 2024-04-03T16:00:00 | ||
draft = false | ||
template = "blog/page.html" | ||
|
||
[extra] | ||
lead = "We are calling for early adopters of the sel and botan-low libraries to improve their usability and reliability" | ||
+++ | ||
|
||
The Haskell Cryptography Group is calling for early adopters of [Sel][sel] and [botan-low], which respectively provide | ||
reliable and well-documented bindings to [libsodium][libsodium] and [botan]. | ||
|
||
We want to gather feedback from industrial and hobbyist users on the documentation and ergonomics of these libraries, | ||
as this will help us serve users better in the future. | ||
|
||
In particular, we want to know if the example usages provided in the documentation help, and how they could be improved. | ||
|
||
You can use these libraries today by adding them to your cabal file: | ||
|
||
```haskell | ||
botan-low ^>=0.0.1, | ||
``` | ||
|
||
and | ||
|
||
```haskell | ||
sel ^>=0.0.1, | ||
``` | ||
|
||
For security reasons, the bindings do not bundle the underlying C and C++ libraries, you have to install them yourself. | ||
|
||
Please let us know if you have any issue on the the ticket trackers: | ||
|
||
* https://github.com/haskell-cryptography/libsodium-bindings/issues/new | ||
* https://github.com/haskell-cryptography/botan/issues/new | ||
|
||
|
||
[sel]: https://flora.pm/packages/@hackage/sel | ||
[botan-low]: https://flora.pm/packages/@hackage/botan-low | ||
[libsodium]: https://doc.libsodium.org/ | ||
[botan]: https://botan.randombit.net/ |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
+++ | ||
title = "Botan Bindings" | ||
+++ | ||
|
||
The Haskell Cryptography Group presents its suite of libsodium packages: | ||
|
||
| Package | Status | Version | | ||
|----------------------------------|----------------------|--------------------------| | ||
| [botan-low][botan-low] | ![botan-low-ci] | ![botan-low-version] | | ||
| [botan‑bindings][botan-bindings] | ![botan-bindings-ci] | ![botan-bindings-version]| | ||
|
||
|
||
[botan-low]: https://github.com/haskell-cryptography/botan/tree/main/botan-low | ||
[botan-low-ci]: https://github.com/haskell-cryptography/botan/actions/workflows/ci.yml/badge.svg | ||
[botan-low-version]: https://img.shields.io/hackage/v/botan-low.svg | ||
|
||
[botan-bindings]: https://github.com/haskell-cryptography/botan/tree/main/botan | ||
[botan-bindings-ci]: https://github.com/haskell-cryptography/botan/actions/workflows/main-ci.yml/badge.svg | ||
[botan-bindings-version]: https://img.shields.io/hackage/v/botan-bindings.svg |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.