Skip to content

Commit

Permalink
passes all specs, readme, \x00 stripping fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Nate Wiger committed Jan 20, 2010
1 parent 8469516 commit 9b1dda1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/fast-aes.rb
@@ -0,0 +1,4 @@
# This file just bridges the loading of the fast_aes.c extension,
# with the FastAES include that can be used.
require 'fast_aes'
require 'fast_aes_static'
8 changes: 8 additions & 0 deletions lib/fast_aes_static.rb
@@ -0,0 +1,8 @@
class FastAES
module Static




end
end

0 comments on commit 9b1dda1

Please sign in to comment.