Migrate hashing functions to C.

This commit is contained in:
Mahlon E. Smith 2017-05-12 16:17:41 -07:00
parent 7339802f34
commit c99bdfe747
10 changed files with 287 additions and 39 deletions

View file

@ -23,6 +23,7 @@ module Ezmlm
# Suck in the components.
#
require 'ezmlm/hash'
require 'ezmlm/list'
require 'ezmlm/list/author'
require 'ezmlm/list/message'