projects
/
libs
/
crypto.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial version, with MD5
[libs/crypto.git]
/
tests
/
Build
1
package "mspcrypto-tests"
2
{
3
require "mspcore";
4
require "mspcrypto";
5
require "msptest";
6
7
program "test"
8
{
9
source ".";
10
};
11
};