2

Where can I find a clear algorithm diagram of SPECK algorithm? I want to follow steps to write ARM assembly code.

Maarten Bodewes
  • 96,351
  • 14
  • 169
  • 323
A A
  • 21
  • 1

1 Answers1

3

Where can I find a clear algorithm diagram of speck algorithm?

Have you looked at the spec wiki page - that (at the time I write this) includes both an algorithm diagram and a C implementation (however, the C implementation uses more #define's than I would use to explain things...)

poncho
  • 154,064
  • 12
  • 239
  • 382