Skip to content
Snippets Groups Projects
  • psychocrypt's avatar
    fix right bitshift in `amd_bitalign` · b4387ac0
    psychocrypt authored
    In the current implementation the bit align is using signed integer which results in pulling in
    ones in the case the sign bit is set.
    
    - cast to unsigned integer before using bitshift
    b4387ac0