Skip to content

blake2s hash efficiently coded in arm cortex-m3 assembly

License

Notifications You must be signed in to change notification settings

jkmnt/blake2s_arm_m3_asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blake2s_arm_m3_asm

blake2s hash efficiently coded in arm cortex-m3 assembly

The code is believed to have a good space/speed balance. It's about the fastest one can get without inlining all the rounds.

The code size is about 1300 bytes.

The perfomance on STM-32F105 (36MHz, running from flash with two waitstates):

data size, bytes time, ms
1024 1
2048 2
4096 4
8192 7
16384 15

About

blake2s hash efficiently coded in arm cortex-m3 assembly

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published