Skip to content

Commit

Permalink
Fix keccak module path
Browse files Browse the repository at this point in the history
  • Loading branch information
nlschimanski committed Jan 8, 2019
1 parent c714bf2 commit 8eb814e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Primitive/Keyless/Hash/keccak.cry
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

// Specification of the Keccak (SHA-3) hash function
// Author: David Lazar
module keccak where
module Primitive::Keyless::Hash::keccak where

SHA_3_224 M = take`{224} (Keccak `{r = 1152, c = 448} (M # 0b01))
SHA_3_256 M = take`{256} (Keccak `{r = 1088, c = 512} (M # 0b01))
Expand Down

0 comments on commit 8eb814e

Please sign in to comment.