First time here? Check out the FAQ!

Ask Your Question
1

Working with multiplicative groups

asked 12 years ago

tbender gravatar image

updated 12 years ago

Hi,

I am just learning cryptography and the DLP problem. How can I create a finite multiplicative Group over Zp?

Sage has many Group related classes but apparently I am not math-savvy enough to chose one ;-)

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
1

answered 11 years ago

Luca gravatar image

Isn't working with GF(p).multiplicative_generator() enough for implementing Diffie-Hellman and the likes?

Preview: (hide)
link
0

answered 11 years ago

jack77 gravatar image

Hello,


I fear, creating finite multiplicative groups over Zp is not possible yet.

You could create an isomorphic one , e.g. for p = 7:

AbelianGroup([7])

but that is probably not what you want...

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 12 years ago

Seen: 607 times

Last updated: Aug 01 '13