2019-06-08 08:00:43 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2012-10-05 14:40:31 -04:00
|
|
|
$LOAD_PATH.unshift(File.expand_path("lib"))
|
|
|
|
$LOAD_PATH.unshift(File.expand_path("ext"))
|
2019-06-08 07:53:04 -04:00
|
|
|
require 'digest/keccak'
|
2012-10-05 14:40:31 -04:00
|
|
|
require File.expand_path('test/test_usage')
|
|
|
|
require File.expand_path('test/test_vectors')
|
2019-06-11 11:42:45 -04:00
|
|
|
require File.expand_path('test/test_new')
|