Activity for ThreeBears

  • Michael Hamburg committed [f4ce0e]

    remove v1 challenges

  • Michael Hamburg committed [53ebc0]

    spec fix koala size

  • Michael Hamburg committed [1f8668]

    fix challenges

  • Michael Hamburg committed [f88cfd]

    add challenges; fix a bug in ring.c that only manifests with parameters from gummybear

  • Michael Hamburg committed [a14061]

    remove bot from spec

  • Michael Hamburg committed [e8b546]

    new spec

  • Michael Hamburg committed [af3fea]

    update README

  • Michael Hamburg committed [b93cfd]

    update: implicit rejection required; 40-byte PRF key; constant-time decaps (previously leaked whether message was accepted)

  • Mike Hamburg Mike Hamburg modified ticket #1

    make fails with ld error: "cannot find -lkeccak"

  • Mike Hamburg Mike Hamburg posted a comment on ticket #1

    Thanks for the report, should be fixed in 0cbf5e.

  • Michael Hamburg committed [0cbf5e]

    remove -lkeccak from ref

  • Michael Hamburg committed [0b6ca7]

    updates for round 2

  • Russtopia Russtopia posted a comment on ticket #1

    Hmm. Seems this -lkeccak isn't actually required. I can build with the following patch: diff --git a/src/ref/Makefile b/src/ref/Makefile index 9bc3238..90d43e9 100644 --- a/src/ref/Makefile +++ b/src/ref/Makefile @@ -14,7 +14,7 @@ BEARS_H = $(addprefix build/,$(addsuffix /threebears.h,$(BEARS))) all: build/threebears build/test_fec build/threebears: $(BEARS_O) $(BEARS_R) build/test_threebears.o build/melas_fec.o build/shake.o - $(CC) $(LDFLAGS) -o $@ $^ -lkeccak + $(CC) $(LDFLAGS) -o $@ $^ #-lkeccak...

  • Russtopia Russtopia created ticket #1

    make fails with ld error: "cannot find -lkeccak"

  • Michael Hamburg committed [ddcc6a]

    At suggestion of Jim Harrington, rename the spec to threebears-spec so you can search for it after downloading everyone else's spec

  • Michael Hamburg committed [7482ef]

    fix three more spec typos

  • Michael Hamburg committed [91d2ec]

    fix two typos in the spec, adding a changelog

  • Michael Hamburg committed [2679bb]

    got approval from legal to release

  • Michael Hamburg committed [9df263]

    Initial commit, just the spec.

1