Dave Lewis uploaded a new version of VMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/VMMaker-dtl.233.mcz==================== Summary ====================
Name: VMMaker-dtl.233
Author: dtl
Time: 15 May 2011, 6:09:52 am
UUID: 4b627403-058b-4826-8c7f-74dd0ef6b803
Ancestors: VMMaker-dtl.232
VMMaker 4.4.20
Add LargeInteger plugin extension to compute Montgomery modular multiplication.
Reference Mantis 0007120: [ENH] Speed-up raisedTo:modulo:
Change Set: Integer-raisedTo-modulo-plugin-M7120-nice
Date: 12 July 2008
Author: nice
This is a LargeInteger plugin extension to compute Montgomery modular multiplication
((a * b ) / (d^n)) \\ m
Digit d is set to 256 (LargeIntegers are Byte arrays)
n is set to m digitLength.
The negated inverse of m modulo 256 has to be provided on input