Arc Forumnew | comments | leaders | submitlogin
1 point by alexpogosyan 4578 days ago | link | parent

Maybe it's because I'm using mzscheme 4.2.5 and not racket?


1 point by zck 4577 days ago | link

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.

-----