repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Fix up Rubinius specific library specs.
[rbx.git]
/
lib
/
digest
/
md5.rb
blob
5f914397b9be32d743514f104204d506e90aa1d6
1
require 'digest'
2
require 'ext/digest/md5/md5'
3
4
Digest.create :MD5, 'rbx_Digest_MD5_Init', 'rbx_Digest_MD5_Update',
5
'rbx_Digest_MD5_Finish', (4 * 2 + 4 * 4 + 64), 64, 16
6