1

Click here to load reader

CMSC 652 Spring 2006 Homework 2lomonaco/s06/652/hwk652/hwk2.pdf · 2006-02-17 · CMSC 652 Spring 2006 Homework 2 Due: Wednesday, February 22, 2006 Reading Assignment: • Douglas

Embed Size (px)

Citation preview

Page 1: CMSC 652 Spring 2006 Homework 2lomonaco/s06/652/hwk652/hwk2.pdf · 2006-02-17 · CMSC 652 Spring 2006 Homework 2 Due: Wednesday, February 22, 2006 Reading Assignment: • Douglas

CMSC 652 Spring 2006 Homework 2

Due: Wednesday, February 22, 2006 Reading Assignment:

• Douglas R. Stinson, “Cryptography: Theory and Practice,” (Third edition), Chapman & Hall/CRC, (2006). Read chapter 1.

Homework:

1) Use the extended Euclidean algorithm to compute ( )gcd 899,493d = and integers a and b such that 899 493d a b= +i i .

2) Given polynomials 12 7 2 1 mod 2a x x x x= + + + + and 14 13 10 9 8 7 5 3 1 mod 2b x x x x x x x x= + + + + + + + + , lying in the ring [ ]2 x , use the Euclidean algorithm to find ( )gcd ,a b .

3) Exercise 1.24 on page 42 of the text.