Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

The Katzenpost software project

Katzenpost is a free and open source software project dedicated to researching and developing mix networks so that people can communicate more freely.
Collective - Host: opensource - https://opencollective.com/the-katzenpost-software-project - Website: https://katzenpost.mixnetworks.org/ - Code: https://github.com/katzenpost

Revert "kem/xwing: improve Public() method efficiency"

This reverts commit 9ca93d68bfc043e86cdb4bb93d5b9afceaa245b8.

github.com/katzenpost/hpqc - aa7948771e6591c1ffc5983edbb6aa1bcb7124f4 authored 10 months ago by David Stainton <[email protected]>
kem/xwing: improve Public() method efficiency

instead of serializing the public key into the private key blobs we
use the underlying kem's pub...

github.com/katzenpost/hpqc - 9ca93d68bfc043e86cdb4bb93d5b9afceaa245b8 authored 10 months ago by David Stainton <[email protected]>
kem/schemes: use mlkem768 in several kems instead of kyber

github.com/katzenpost/hpqc - 77ae1d00862374f81f3addb2f2d21b3091facaeb authored 10 months ago by David Stainton <[email protected]>
fix xwing kem wrapper bug

github.com/katzenpost/hpqc - a496e817caa134eb3156c89824e1ce1fc3c1ff00 authored 10 months ago by David Stainton <[email protected]>
mlkem768: fix kem wrapper bug

github.com/katzenpost/hpqc - 4d16105f6a340e79e1cc2bfea26ed2cc576cd402 authored 10 months ago by David Stainton <[email protected]>
rm silly kems

github.com/katzenpost/hpqc - 391e42a3401006579b059132c8ebd64b187e88a0 authored 10 months ago by David Stainton <[email protected]>
kem/sntrup: fix Public() method

github.com/katzenpost/hpqc - c39a2d720c96a3b1c2406ba65b45b7a131397df0 authored 10 months ago by David Stainton <[email protected]>
Fix kem combiner bug

github.com/katzenpost/hpqc - 26f2fdff1eff667973f7d1087ac852f05d656ce9 authored 10 months ago by David Stainton <[email protected]>
Revert "kem combiner: fix serialization"

This reverts commit 3b8efa8455b24d08478eb37c9679590b26d3be5f.

github.com/katzenpost/hpqc - 827c76f8dad87fc339dfc6d66e7abc3e2fbe19e2 authored 10 months ago by David Stainton <[email protected]>
go mod tidy

github.com/katzenpost/hpqc - 465200b8a7e358fc93d0a1edeccdb85c1b21583d authored 10 months ago by David Stainton <[email protected]>
kem: move tests into schemes dir

github.com/katzenpost/hpqc - 1be02c7cddc38af9013753249b9112914c6a36a1 authored 10 months ago by David Stainton <[email protected]>
kem combiner: fix serialization

ensure that whenever we serialize the private key that the
public key is also serialized so that...

github.com/katzenpost/hpqc - 3b8efa8455b24d08478eb37c9679590b26d3be5f authored 10 months ago by David Stainton <[email protected]>
xwing/mlkem768: fix unmarshaling bug

here we make sure to serialize the public key along
with the private key so that our private key...

github.com/katzenpost/hpqc - 752dfaf05ac574b24f40d1d02fe549d58a1ba44c authored 10 months ago by David Stainton <[email protected]>
Update readme

github.com/katzenpost/hpqc - de44ae3db5cb6306af730f3cadc6a006b47f5d98 authored 10 months ago by David Stainton <[email protected]>
Hpqc migration (#521)

github.com/katzenpost/katzenpost - 932cc30a57e64f29b5e62b5b880f7f607a767f4a authored 10 months ago by Jacob Appelbaum <[email protected]>
docker makefile, tell it to use go1.21

github.com/katzenpost/katzenpost - d695e4254ab41ad4abd1f8f81e87c5b1dbc39a55 authored 10 months ago by David Stainton <[email protected]>
fix CI yaml

github.com/katzenpost/katzenpost - 5a38b3e006b2440c4d90eac3f65c45d9df5bc172 authored 10 months ago by David Stainton <[email protected]>
Fix go.mod and github CI yaml

github.com/katzenpost/katzenpost - 31ced18e98402f25a866b2e3bc84e64f54d23811 authored 10 months ago by David Stainton <[email protected]>
try to fix github CI

github.com/katzenpost/katzenpost - 3d6d654967303b7b63b49d89e341c0f68388f756 authored 10 months ago by David Stainton <[email protected]>
Attempt to fix github CI

github.com/katzenpost/katzenpost - 8176ed708a3d49a54c253d174ec4e403b3ae85fe authored 10 months ago by David Stainton <[email protected]>
fix go.mod

github.com/katzenpost/katzenpost - 92d4ff63c993078a331d7f9eb2b529a90cc25697 authored 10 months ago by David Stainton <[email protected]>
remove toolchain directive

github.com/katzenpost/katzenpost - e3d6005cd6abb8c28399ae9699606e564aa7105f authored 10 months ago by David Stainton <[email protected]>
go mod tidy

github.com/katzenpost/katzenpost - 7df063ac595f5439a2004deb9a84f49e06af070c authored 10 months ago by David Stainton <[email protected]>
edit github ci: insert a "go version"

github.com/katzenpost/katzenpost - a2a6d604b30fb6e2ed089c749492dca930ebf55e authored 10 months ago by David Stainton <[email protected]>
use latest hpqc & nyquist

github.com/katzenpost/katzenpost - 4e4ed7e25dbef26bbfc628ab8cb71efc45facc6f authored 10 months ago by David Stainton <[email protected]>
use latest hpqc

github.com/katzenpost/nyquist - 816d14da49ee3fb24779d9ca9b623a3da54cb4b4 authored 10 months ago by David Stainton <[email protected]>
go mod tidy

github.com/katzenpost/hpqc - 538d5862bf0bc23c3944db72c3f96c77e16367f6 authored 10 months ago by David Stainton <[email protected]>
Use latest nyquist

github.com/katzenpost/katzenpost - 786ad96681d946fb8b8a9dd823ebd565b8f44998 authored 10 months ago by David Stainton <[email protected]>
go mod tidy

github.com/katzenpost/nyquist - 0fb670136b02284887ca9e7502e4cd77042e91fc authored 10 months ago by David Stainton <[email protected]>
Use latest nyquist and hpqc

github.com/katzenpost/katzenpost - e928b032c23f759a7bfc2dd92951677542be2413 authored 10 months ago by David Stainton <[email protected]>
Use latest hpqc and fix kem wrapper Enc function

github.com/katzenpost/nyquist - e73e23fc0b84faec517836c997c23af9f9253360 authored 10 months ago by David Stainton <[email protected]>
client2: improve TLA+ specification

github.com/katzenpost/formal_specifications - f0e637476b4867a85c28517a90b7059d1a03426f authored 10 months ago by David Stainton <[email protected]>
Use latest hpqc

github.com/katzenpost/katzenpost - e371d2ee32546c5a7c297cdbee852f5c7cc5af9a authored 10 months ago by David Stainton <[email protected]>
Use latest hpqc

github.com/katzenpost/hpqc - 4317e38eb344d9950adc012f72d73efab189da50 authored 10 months ago by David Stainton <[email protected]>
Fix xwing

github.com/katzenpost/hpqc - 622842af5bb784acbee4c5867e25a1c7ade3f8c0 authored 10 months ago by David Stainton <[email protected]>
use latest circl fork

github.com/katzenpost/hpqc - 5801624c49c3c2676f8706d73446517e2081928d authored 10 months ago by David Stainton <[email protected]>
Use latest circl fork

github.com/katzenpost/hpqc - 29b6f4d6b41fb66f7a4d78efb0182b67d9c1020c authored 10 months ago by David Stainton <[email protected]>
Merge branch 'main' into use_circl_sign_interfaces

github.com/katzenpost/hpqc - d490a883c0474bf6027c5048c7d958581daba693 authored 10 months ago by David Stainton <[email protected]>
Merge pull request #2 from katzenpost/use_upstream_mlkem768_xwing

use upstream mlkem768 instead of our fork
fixes #3

github.com/katzenpost/hpqc - d93a78454a45e6e9c72edb6126bf472b502af7c2 authored 10 months ago by David Stainton <[email protected]>
fix kem/sntrup

github.com/katzenpost/hpqc - 7091b526911a4b782b8bf092b06a3e2be5249ad2 authored 10 months ago by David Stainton <[email protected]>
kem: rm old tests that use encap with seed

github.com/katzenpost/hpqc - 2355b7dc93adbe18b16b4ea4a43015c9a1d72a3f authored 10 months ago by David Stainton <[email protected]>
kem: rm encap with seed

github.com/katzenpost/hpqc - 80b78d5c11d4fc471abf002b01a6f39bd1527d02 authored 10 months ago by David Stainton <[email protected]>
kem/combiner: use only non-deterministic encap

github.com/katzenpost/hpqc - 508d709979eacc58c135db2938ac16ab644f5431 authored 10 months ago by David Stainton <[email protected]>
go mod tidy

removes mlkem768 fork

github.com/katzenpost/hpqc - fd9b69c6f4c47c54f23ac654cb19f02814acc15b authored 10 months ago by David Stainton <[email protected]>
kem: use upstream mlkem768

github.com/katzenpost/hpqc - c5eb3f34136f83e5e56a5c2bcb635a140aae45e9 authored 10 months ago by David Stainton <[email protected]>
kem/hybrid: use encap instead of encap with seed

github.com/katzenpost/hpqc - 0a22817d2e44ba91cfc33f2e0f106556c2c0a2e6 authored 10 months ago by David Stainton <[email protected]>
WIP Not yet implemented due to missing encap-with-seed

github.com/katzenpost/hpqc - 39dfc67368bf0f00d3edee69838d28f4f93ea447 authored 10 months ago by David Stainton <[email protected]>
Use latest mlkem768 fork, improved deterministic methods

github.com/katzenpost/hpqc - f3c2f921b9509ef531596b9b31453a6860799567 authored 10 months ago by David Stainton <[email protected]>
update readme

github.com/katzenpost/hpqc - d8c11cbbf70cbb7bd507972eee3b5d7024795df8 authored 10 months ago by David Stainton <[email protected]>
update readme

github.com/katzenpost/hpqc - 904bb5357e94d470103ff6f978e9c2f023383843 authored 10 months ago by David Stainton <[email protected]>
client2: promela WIP from this morning

github.com/katzenpost/formal_specifications - 05eeb4db5f74dce3e727a4884e82e1de7e2b8a76 authored 10 months ago by David Stainton <[email protected]>
client2: more improvements to the tla+ spec

github.com/katzenpost/formal_specifications - 1a9e06c6ac3d817c83e240984949deba0405b435 authored 10 months ago by David Stainton <[email protected]>
client2: improve tla+ spec

github.com/katzenpost/formal_specifications - 9717ff4be09336d623535dd1a9a4532b218873f9 authored 10 months ago by David Stainton <[email protected]>
readme: fix release badge

github.com/katzenpost/hpqc - ae16ed807ae69f4a8b27368bc13986ea33a22d3c authored 10 months ago by David Stainton <[email protected]>
Merge remote-tracking branch 'origin/main'

github.com/katzenpost/hpqc - 067cd37a8c1416d068da3faeec29ff980347b1a8 authored 10 months ago by David Stainton <[email protected]>
readme: fix ci badge

github.com/katzenpost/hpqc - 7d55abdaad7f7a568986a5f2bd10ea06cc262dcd authored 10 months ago by David Stainton <[email protected]>
Merge pull request #1 from katzenpost/update_readme2

update readme, clarification in license section and add badges

github.com/katzenpost/hpqc - d77ab755d0676c84e397c3d00b1d685ea509b033 authored 10 months ago by David Stainton <[email protected]>
update readme, clarification in license section and add badges

github.com/katzenpost/hpqc - 3effafc9fb0c247a533da8a3a65d42b3041e935f authored 10 months ago by David Stainton <[email protected]>
Create go.yml

github.com/katzenpost/hpqc - bbaa851c26340aa74feb3a350a8902b03d7bd731 authored 10 months ago by David Stainton <[email protected]>
WIP Update client2 promela spec

github.com/katzenpost/formal_specifications - aed83291f0d7b878bdd438c5fa68f6af72875261 authored 10 months ago by David Stainton <[email protected]>
try to fix client2 tla spec

github.com/katzenpost/formal_specifications - 8ae23a15808578e29f541643931fc22731f0112a authored 10 months ago by David Stainton <[email protected]>
finally fix catshadow

github.com/katzenpost/katzenpost - a7e1474c1753c4531091789ad4cfe658bce7d7a7 authored 10 months ago by David Stainton <[email protected]>
go mod tidy

github.com/katzenpost/katzenpost - b7cae83b0eb3f91f87bc4010a0c25808714aea7a authored 10 months ago by David Stainton <[email protected]>
remove replace directive

github.com/katzenpost/katzenpost - 4e3d0fa88c107be12968469624b514bfb2c97889 authored 10 months ago by David Stainton <[email protected]>
Use latest hpqc

github.com/katzenpost/katzenpost - b631dd3af3017f79bc3cc354ecddaa464b0865a4 authored 10 months ago by David Stainton <[email protected]>
catshadow: try to fix

github.com/katzenpost/katzenpost - 83a61f1d315812177ad77f4899a8cea2db856798 authored 10 months ago by David Stainton <[email protected]>
sign: add unmarshal to private key type

github.com/katzenpost/hpqc - 52c8b1848a04a54645fb75ccf15c758a5fcb3a7a authored 10 months ago by David Stainton <[email protected]>
catshadow: try to fix cbor marshaling

github.com/katzenpost/katzenpost - 20a491be32b7ed539a6836e80725fcef391522ab authored 10 months ago by David Stainton <[email protected]>
try to fix memspool

github.com/katzenpost/katzenpost - c266dc4959a59255e5913e49e28a6aa490cdf8a9 authored 10 months ago by David Stainton <[email protected]>
sign/ed25519: add NewEmptyPrivateKey

github.com/katzenpost/hpqc - cd44e8b39032bebb65bea2d63816a37a29e09a2b authored 10 months ago by David Stainton <[email protected]>
fix benchmark test

github.com/katzenpost/katzenpost - 924f0dacbe58c03dfbcb636864969d51fa032fce authored 10 months ago by David Stainton <[email protected]>
tell github ci to use go 1.20

github.com/katzenpost/katzenpost - 3d89f405f0563e5fcb69e36720e5724c64b55bda authored 10 months ago by David Stainton <[email protected]>
fix minclient idkey comparison bug

github.com/katzenpost/katzenpost - a2e951f7dc158c8e68b8050bfdd6b82eecbeeeac authored 10 months ago by David Stainton <[email protected]>
fix dirauth server id key pem loading bug

github.com/katzenpost/katzenpost - c5e32edd2794d0dc6755b336187fe512e4fa2a79 authored 10 months ago by David Stainton <[email protected]>
Use latest hpqc

github.com/katzenpost/katzenpost - ed66f0ae226c15f96f594cbf0ba63b615863204a authored 10 months ago by David Stainton <[email protected]>
Use latest circl fork

github.com/katzenpost/hpqc - e91458dc9a7b565528d7657124babbfc9c8eedff authored 10 months ago by David Stainton <[email protected]>
sign/schemes: fix schemes ordering

github.com/katzenpost/hpqc - c0ad644e6c7777aefc0057c18111b8866659f897 authored 10 months ago by David Stainton <[email protected]>
sign: add text marshaler to pub key type

github.com/katzenpost/hpqc - 00a28f7761321999f140fd14e73a5f1f325aa873 authored 10 months ago by David Stainton <[email protected]>
Use latest hpqc

github.com/katzenpost/katzenpost - 46ccebf414a83f218c2a2ee68fd985323e9a2de8 authored 10 months ago by David Stainton <[email protected]>
Add hash helper functions

github.com/katzenpost/hpqc - 627726dd1594daa5da3acaac8256fc50486b960a authored 10 months ago by David Stainton <[email protected]>
docker with go 1.20 is required for xwing

github.com/katzenpost/katzenpost - 961bb10f3632c686c791c9d3375669f4f856b704 authored 10 months ago by David Stainton <[email protected]>
Use latest hpqc and then go mod tidy

github.com/katzenpost/katzenpost - ced10e487f9aa715da2c580307d411649059d69b authored 10 months ago by David Stainton <[email protected]>
go.mod remove replace directive

github.com/katzenpost/katzenpost - 2a411047f32392c30a38fb1361e642ef96fc5f9a authored 10 months ago by David Stainton <[email protected]>
More sign interface fixes

github.com/katzenpost/katzenpost - c37b43b3e17810fe0b25e39cbc03a81afdf62e91 authored 10 months ago by David Stainton <[email protected]>
Fixup dirauth, use new signature scheme

github.com/katzenpost/katzenpost - ad2568f7a8aa3c85e2e922330972e4cf268aafde authored 10 months ago by David Stainton <[email protected]>
fixup dirauth client

github.com/katzenpost/katzenpost - fea7b6fd26ad552440e05109a7c08788b6fe9105 authored 10 months ago by David Stainton <[email protected]>
disable ctidh sphinx test with build tag

github.com/katzenpost/katzenpost - 644636a8e7d730a72f6d56976a567aeb5ba675ac authored 10 months ago by David Stainton <[email protected]>
fixup sphinx/path

github.com/katzenpost/katzenpost - c4e5d820c0660417ea478bf17d202e073d40bcd2 authored 10 months ago by David Stainton <[email protected]>
core/wire: fix command tests

github.com/katzenpost/katzenpost - b7906dba7bca6f4fe70e461e5e6d58c68da624a3 authored 10 months ago by David Stainton <[email protected]>
core/pki: identity key field is now byte slice

github.com/katzenpost/katzenpost - f72a040eb4e3ad37c750a16de9e2d595fcb4d661 authored 10 months ago by David Stainton <[email protected]>
core/cert: use new siganture scheme interfaces

github.com/katzenpost/katzenpost - 1c2636797c3cb5ad6b5c41e671b06c7aaceadc83 authored 10 months ago by David Stainton <[email protected]>
Use new signature scheme

github.com/katzenpost/katzenpost - baa87bf63cfd30c14c72b895b02eb37eb750b1c4 authored 10 months ago by David Stainton <[email protected]>
Add sign/pem

github.com/katzenpost/hpqc - 4a180cd0a2d7107dd4cd60e1bcdccb27db0e248a authored 10 months ago by David Stainton <[email protected]>
Remove old bench tests and go mod tidy

github.com/katzenpost/hpqc - 9f47fc2bfb6190722ae38f898c09b91988045854 authored 10 months ago by David Stainton <[email protected]>
Add schemes and schemes tests from circl

github.com/katzenpost/hpqc - 19174c8087c83221ea512e21edf87d28dbd96e38 authored 10 months ago by David Stainton <[email protected]>
Teach fork to use hpqc signature scheme interfaces

github.com/katzenpost/circl - d6395ee88f68a4f6f48cccfe964d807275996c88 authored 10 months ago by David Stainton <[email protected]>
Remove old instantiation of ed25519sphincsplus

github.com/katzenpost/hpqc - 12aef80b4e839e83c07fd1b81285207747e289dd authored 10 months ago by David Stainton <[email protected]>