Login  Register

Re: VM Maker: VMMaker-dtl.233.mcz

Posted by David T. Lewis on May 17, 2011; 1:22am
URL: https://forum.world.st/VM-Maker-VMMaker-dtl-233-mcz-tp3527888p3527890.html

 
Reloading missing file from SqueakSource repository

On Tue, May 17, 2011 at 03:21:24AM +0000, [hidden email] wrote:

> 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