mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
2e44523b51
current implementation of the bloom filter only handles c strings, this commits changes the hash functions to work on byte arrays. additionally I did: added to more hashes moved hashes in its own sys folder
5 lines
75 B
Makefile
5 lines
75 B
Makefile
INCLUDES = -I../include
|
|
MODULE = hashes
|
|
|
|
include $(RIOTBASE)/Makefile.base
|