[crypticl-cvs] CVS crypticl/doc

tskogan tskogan at common-lisp.net
Sat Feb 17 00:46:36 UTC 2007


Update of /project/crypticl/cvsroot/crypticl/doc
In directory clnet:/tmp/cvs-serv16396

Modified Files:
	crypticl.pdf crypticl.lyx 
Log Message:
Corrections. Use other fonts to avoid bitmap font problem and ugly pdf.


Binary files /project/crypticl/cvsroot/crypticl/doc/crypticl.pdf	2007/02/17 00:13:48	1.1 and /project/crypticl/cvsroot/crypticl/doc/crypticl.pdf	2007/02/17 00:46:36	1.2 differ
--- /project/crypticl/cvsroot/crypticl/doc/crypticl.lyx	2007/02/17 00:13:49	1.1
+++ /project/crypticl/cvsroot/crypticl/doc/crypticl.lyx	2007/02/17 00:46:36	1.2
@@ -1,4 +1,4 @@
-#LyX 1.4.2 created this file. For more info see http://www.lyx.org/
+#LyX 1.4.4 created this file. For more info see http://www.lyx.org/
 \lyxformat 245
 \begin_document
 \begin_header
@@ -104,20 +104,35 @@
 \end_layout
 
 \begin_layout LyX-Code
-clc(5): 
+crypticl(5): 
 \end_layout
 
 \begin_layout Standard
-The prompt has changed to 
+The 
 \family typewriter
-clc
+crypticl
 \family default
-, a short nickname for the 
+ package also has a short nickname 
 \family typewriter
-crypticl
+clc
 \family default
- package.
- The examples use two utility functions, 
+ and you can use it instead of the full name:
+\end_layout
+
+\begin_layout LyX-Code
+cl-user(3): (in-package clc)
+\end_layout
+
+\begin_layout LyX-Code
+#<The crypticl package>
+\end_layout
+
+\begin_layout LyX-Code
+clc(5): 
+\end_layout
+
+\begin_layout Standard
+The examples use the two utility functions 
 \family typewriter
 hex
 \family default
@@ -125,12 +140,12 @@
 \family typewriter
 hexo
 \family default
-, to make binary output more readable.
+ to make binary output more readable.
  
 \family typewriter
 hex
 \family default
- takes an octet vector (byte vector) and returns a string representation
+ takes an octet vector (byte array) and returns a string representation
  in hex.
  
 \family typewriter
@@ -163,10 +178,10 @@
 \end_layout
 
 \begin_layout LyX-Code
-(new-instance 'SHA-256).
+(new-instance 'SHA-256)
 \end_layout
 
-\begin_layout LyX-Code
+\begin_layout Standard
 Compute SHA-1 hash of a byte vector:
 \end_layout
 
@@ -190,7 +205,7 @@
 "a9993e364706816aba3e25717850c26c9cd0d89d"
 \end_layout
 
-\begin_layout LyX-Code
+\begin_layout Standard
 Add bytes to the object multiple times and compute a hash at the end:
 \end_layout
 
@@ -268,7 +283,7 @@
 \end_layout
 
 \begin_layout LyX-Code
-(hex (sha1-on-octet-stream s)))
+                (hex (sha1-on-octet-stream s)))
 \end_layout
 
 \begin_layout LyX-Code




More information about the Crypticl-cvs mailing list