Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
zck
4795 days ago |
link
|
parent
Ah, I didn't actually need it either -- I was thinking of some other code I was writing. To call Racket's 'HMAC-SHA1, you need:
(require web-server/stuffers/hmac-sha1) (require net/base64)
But not for tcp-connect. If you make a library for Amazon interaction, that might be useful to other people. I'd be interested in seeing the code, at least.