Package "rfc1423"
- Version:
- v1.0.1
- Released:
- 2239 days ago
- Maintainer:
- Scheme Now! <snow at iro.umontreal.ca>
- Author:
- Marc Feeley <feeley at iro.umontreal.ca>
- Homepage:
- http://snow.iro.umontreal.ca
- Description:
- Message padding and unpadding.
- Keywords:
- crypto conv snow
- Package form:
(package* rfc1423/v1.0.1 (provide: (define* (RFC1423-pad u8vect (multiple _))) (define* (RFC1423-unpad u8vect (multiple _)))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "Message padding and unpadding.") (keywords: crypto conv snow) (license: lgpl/v2.1) (require: homovector/v1))
- Version:
- v1.0.0
- Released:
- 2273 days ago
- Maintainer:
- Scheme Now! <snow at iro.umontreal.ca>
- Author:
- Marc Feeley <feeley at iro.umontreal.ca>
- Homepage:
- http://snow.iro.umontreal.ca
- Description:
- Message padding and unpadding.
- Keywords:
- crypto conv snow
- Package form:
(package* rfc1423/v1.0.0 (provide: (define* (RFC1423-pad u8vect (multiple _))) (define* (RFC1423-unpad u8vect (multiple _)))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "Message padding and unpadding.") (keywords: crypto conv snow) (license: lgpl/v2.1) (require: homovector/v1))