Skip to content
Snippets Groups Projects
Commit 64270f4a authored by Benjamin Wenger's avatar Benjamin Wenger
Browse files

all tests pass in channels

parent 3f5bcbc5
No related branches found
No related tags found
4 merge requests!510Release,!419rewrote the health tracker to both consider if there are waiting rounds and...,!386Channels restructure,!340Project/channels
...@@ -446,7 +446,7 @@ func Test_makeJoinedChannelKey_Consistency(t *testing.T) { ...@@ -446,7 +446,7 @@ func Test_makeJoinedChannelKey_Consistency(t *testing.T) {
// tests run quicker. // tests run quicker.
func newTestChannel(name, description string, rng csprng.Source) ( func newTestChannel(name, description string, rng csprng.Source) (
*cryptoBroadcast.Channel, rsa.PrivateKey, error) { *cryptoBroadcast.Channel, rsa.PrivateKey, error) {
c, pk, err := cryptoBroadcast.NewChannel(name, description, 1000, rng) c, pk, err := cryptoBroadcast.NewChannelVariableKeyUnsafe(name, description, 1000, 512, rng)
return c, pk, err return c, pk, err
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment