bitsyntax is now a package

This commit is contained in:
Tony Garnock-Jones 2014-05-30 19:24:55 -04:00
parent a50b9a594c
commit 44f005f077
8 changed files with 10 additions and 9 deletions

View File

@ -19,9 +19,10 @@ installers for Racket can be downloaded
Once you have Racket installed,
raco pkg install marketplace
raco pkg install marketplace bitsyntax
to install Marketplace (note: will take a long time), and then
to install Marketplace (note: will take a long time) and
[bitsyntax](https://github.com/tonyg/racket-bitsyntax/), and then
make

View File

@ -22,7 +22,7 @@
;;; <http://www.gnu.org/licenses/>.
(require racket/match)
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(provide t:long-ber-tag
t:ber-length-indicator

View File

@ -23,7 +23,7 @@
(require net/base64)
(require (planet vyzo/crypto))
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(require "asn1-ber.rkt")
(require "ssh-message-types.rkt")

View File

@ -24,7 +24,7 @@
(require (for-syntax (only-in racket/list append*)))
(require (for-syntax (only-in srfi/1 iota)))
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(require racket/bytes)
(require rackunit)

View File

@ -18,7 +18,7 @@
;;; along with marketplace-ssh. If not, see
;;; <http://www.gnu.org/licenses/>.
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(require (planet vyzo/crypto:2:3))
(require racket/set)

View File

@ -18,7 +18,7 @@
;;; along with marketplace-ssh. If not, see
;;; <http://www.gnu.org/licenses/>.
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(require (planet vyzo/crypto:2:3))
(require racket/set)

View File

@ -20,7 +20,7 @@
(require "aes-ctr.rkt")
(require rackunit)
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(check-equal? (let ((x (start-aes-ctr (make-bytes 16 97) (make-bytes 16 0))))
(aes-ctr-process! x #"abcdefghijklmnop"))

View File

@ -21,7 +21,7 @@
(require rackunit)
(require "asn1-ber.rkt")
(require (planet tonyg/bitsyntax))
(require bitsyntax)
(define dsa-key
#"0\201\336\2@\v\336jE\275\310\266\313y\365\307\e\243\304p\b8l=\3419\227\262\340E\253\333\263%X<\0235\374\30b \367\244\306\253/\22\213b\27\333\203Q\376zS\1\fS\312[\2553\rj\252C-\2A\0\207\26gPqe\245\3632:\5\317\345w\373\v8\231g\3155\376\270\256\f\250c\271\253\2\276\32\365\246\f\265\243\220\36\0302\349\3wI\vZ$I\320\374f\235KX\37\361\235\333\335\236\326\301\2\25\0\215rI\353\212\275\360\222c\365\r\310Z~E\327\337\30\344e\2@.F\2726\24w\352\352%\213~O\2Y\352\246`\246\243\fi\3\v\262\311w\0\211\241.\35\20\377\207F\321\375\354\347\336z3*\241N\347CT\254W98\311'&\204E\277\220\241\343\23sG")