소스 검색

put mishmash in codedweller namespace

master
madscientist 4 년 전
부모
커밋
ae144343a5
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1
    1
      mishmash.cpp
  2. 1
    1
      mishmash.hpp

+ 1
- 1
mishmash.cpp 파일 보기

@@ -3,7 +3,7 @@

#include "mishmash.hpp"

namespace mishmash {
namespace codedweller {

uint32_t primes[256] {
1019, 1021, 1031, 1033, 1039, 1049, 1051, 1061,

+ 1
- 1
mishmash.hpp 파일 보기

@@ -5,7 +5,7 @@
#include <string>
#include <vector>

namespace mishmash {
namespace codedweller {

uint32_t hash(const unsigned char* buffer, size_t length) noexcept;
uint32_t hash(const std::string &s) noexcept;

Loading…
취소
저장