Package "aes"
- Version:
- v1.0.1
- Released:
- 2238 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 encryption and decryption based on the AES symmetric cipher.
- Keywords:
- crypto conv snow
- Package form:
(package* aes/v1.0.1 (provide: (define (u8vector->aes-context key)) (define (aes-encrypt-ecb context input istart output ostart)) (define (aes-decrypt-ecb context input istart output ostart)) (define (aes-encrypt-cbc context input istart output ostart iv nb-blocks)) (define (aes-decrypt-cbc context input istart output ostart iv nb-blocks)) (define* (aes-encrypt-subu8vector u8vect start end key (iv _))) (define* (aes-decrypt-subu8vector u8vect start end key (iv _))) (define* (aes-encrypt-u8vector u8vect key (iv _))) (define* (aes-decrypt-u8vector u8vect key (iv _)))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "Message encryption and decryption based on the AES symmetric cipher.") (keywords: crypto conv snow) (license: lgpl/v2.1) (require: fixnum/v1) (require: homovector/v1))
- Version:
- v1.0.0
- Released:
- 2272 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 encryption and decryption based on the AES symmetric cipher.
- Keywords:
- crypto conv snow
- Package form:
(package* aes/v1.0.0 (provide: (define* (u8vector->aes-context key)) (define* (aes-encrypt-ecb context input istart output ostart)) (define* (aes-decrypt-ecb context input istart output ostart)) (define* (aes-encrypt-cbc context input istart output ostart iv nb-blocks)) (define* (aes-decrypt-cbc context input istart output ostart iv nb-blocks)) (define* (aes-encrypt-subu8vector u8vect start end key (iv _))) (define* (aes-decrypt-subu8vector u8vect start end key (iv _))) (define* (aes-encrypt-u8vector u8vect key (iv _))) (define* (aes-decrypt-u8vector u8vect key (iv _)))) (maintainer: "Scheme Now! <snow at iro.umontreal.ca>") (author: "Marc Feeley <feeley at iro.umontreal.ca>") (homepage: "http://snow.iro.umontreal.ca") (description: "Message encryption and decryption based on the AES symmetric cipher.") (keywords: crypto conv snow) (license: lgpl/v2.1) (require: fixnum/v1) (require: homovector/v1))