Skip to content

Commit

Permalink
Copy test vectors from jose/tests/vectors/
Browse files Browse the repository at this point in the history
See: latchset#6
Signed-off-by: Christian Heimes <[email protected]>
  • Loading branch information
tiran committed Sep 29, 2016
1 parent e3276f4 commit 54ce814
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/vectors/strip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/sh

while [ $# -gt 0 ]; do
tmp=`tr -d ' \n\r' < $1`
echo -n "$tmp" > $1
shift
done

0 comments on commit 54ce814

Please sign in to comment.