X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fsb-rotate-byte%2Fsb-rotate-byte.texinfo;h=54736e26dcc8c7503b085dd28766bc088580b352;hb=695bb17f0b3c5ae1680115f7c59ed625c2877084;hp=ff908d1bf74ea312c7fcb85bd6b62bf91861c592;hpb=b93f08e862504964f907b745e80cba816e77ac03;p=sbcl.git diff --git a/contrib/sb-rotate-byte/sb-rotate-byte.texinfo b/contrib/sb-rotate-byte/sb-rotate-byte.texinfo index ff908d1..54736e2 100644 --- a/contrib/sb-rotate-byte/sb-rotate-byte.texinfo +++ b/contrib/sb-rotate-byte/sb-rotate-byte.texinfo @@ -9,10 +9,10 @@ rotation, with an efficient implementation for operations which can be performed directly using the platform's arithmetic routines. It implements the specification at @uref{http://www.cliki.net/ROTATE-BYTE}. -@comment except when someone scribbles all over it. Hmm. +@comment FIXME: except when someone scribbles all over it. Hmm. Bitwise rotation is a component of various cryptographic or hashing algorithms: MD5, SHA-1, etc.; often these algorithms are specified on -32-bit rings. [cite cite cite]. +32-bit rings. [FIXME cite cite cite]. @include fun-sb-rotate-byte-rotate-byte.texinfo