dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
dcrypt.util.bitmanip
dcrypt
util
Undocumented in source.
Members
Aliases
rol
alias
rol
=
rotateLeft
Undocumented in source.
ror
alias
ror
=
rotateRight
Undocumented in source.
Functions
rotateLeft
T
rotateLeft
(T x, uint shiftAmount)
rot shift to the left
rotateRight
T
rotateRight
(T x, uint shiftAmount)
rot shift to the right
Meta
Source
See Source File
dcrypt
util
modules
bitmanip
encoders
pack
util