On 10/08/2018 07:16 AM, Chip Wachob wrote:
> All,
> 
> Sorry for not being more clear.  I think I was nearing my fill of
> Python for the day when I wrote.
> 
> Now, refreshed, let me see if I can fill in the blanks a bit more.
> 
> - Bits that are shifted in either direction off the end of the
> 64-byte(or 'n' size) collection are of no use.  They are actually
> phantom bits created by the hardware that I'm trying to get rid of by
> using this shifting. 

if you have stray bits, masking is usually a better solution than shifting.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to