Branch: Tag:

2000-03-28

2000-03-28 12:24:32 by Henrik Grubbström (Grubba) <grubba@grubba.org>

Renamed rc4 to arcfour.

Rev: lib/modules/Crypto/randomness.pmod:1.15
Rev: src/modules/_Crypto/StdCrypt.pike:1.5
Rev: src/modules/_Crypto/crypto.c:1.31
Rev: src/modules/_Crypto/crypto.h:1.4
Rev: src/modules/_Crypto/include/arcfour.h:1.4
Rev: src/modules/_Crypto/include/rc4.h:1.4(DEAD)
Rev: src/modules/_Crypto/lib/Makefile.in:1.21
Rev: src/modules/_Crypto/lib/arcfour.c:1.7
Rev: src/modules/_Crypto/lib/rc4.c:1.7(DEAD)
Rev: src/modules/_Crypto/testsuite.in:1.13

1550:   </text>      </doc> - <class name='pike_random'> + <class name='arcfour_random'>   <doc>   <text> - <p>A pseudo random generator based on the ordinary random() function.</p> + <p>A pseudo random generator based on the arcfour crypto.</p>   </text>      </doc> -  + <docgroup homogen-name='create' homogen-type='method'> + <method name='create'> +  <returntype> +  <object>void </object></returntype> +  <arguments><argument name='secret'><type><string/></type></argument> +  +  </arguments> + </method><doc> + <text> + <p>Initialize and seed the arcfour random generator.</p> + </text> +  + </doc> + </docgroup>   <docgroup homogen-name='read' homogen-type='method'>   <method name='read'>    <returntype>
1566:    </arguments>   </method><doc>   <text> - <p>Returns a string of length len with pseudo random values.</p> + <p>Return a string of the next len random characters from the + arcfour random generator.</p>   </text>      </doc>   </docgroup>   </class> - <class name='rc4_random'> + <class name='pike_random'>   <doc>   <text> - <p>A pseudo random generator based on the rc4 crypto.</p> + <p>A pseudo random generator based on the ordinary random() function.</p>   </text>      </doc> - <docgroup homogen-name='create' homogen-type='method'> - <method name='create'> -  <returntype> -  <object>void </object></returntype> -  <arguments><argument name='secret'><type><string/></type></argument> -  -  </arguments> - </method><doc> - <text> - <p>Initialize and seed the rc4 random generator.</p> - </text> -  - </doc> - </docgroup> +    <docgroup homogen-name='read' homogen-type='method'>   <method name='read'>    <returntype>
1602:    </arguments>   </method><doc>   <text> - <p>Return a string of the next len random characters from the - rc4 random generator.</p> + <p>Returns a string of length len with pseudo random values.</p>   </text>      </doc>