BIG Numbers
-
hello,
bignumber is a data type in CommonLisp, numbers if arbitrary length.
I'm looking for a function library which i can link against objective-C
.
Do you know ?
Uwe
_______________________________________________
cocoa-dev mailing list | <cocoa-dev...>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored. -
openssl.
/usr/include/openssl/bn.h
http://www.openssl.org/docs/crypto/bn.html
-aaron
At 4:37 AM +0200 6/13/04, Uwe Jagoda wrote:
> hello,_______________________________________________
> bignumber is a data type in CommonLisp, numbers if arbitrary length.
> I'm looking for a function library which i can link against objective-C .
> Do you know ?
> Uwe
> _______________________________________________
> cocoa-dev mailing list | <cocoa-dev...>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.
cocoa-dev mailing list | <cocoa-dev...>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored. -
On Jun 13, 2004, at 12:01 AM, Aaron Tuller wrote:
> openssl.There also exists the GMP library which can be found at
>
> /usr/include/openssl/bn.h
> http://www.openssl.org/docs/crypto/bn.html
>
> -aaron
http://www.swox.com/gmp/
> http://www.swox.com/gmp/--
>
> At 4:37 AM +0200 6/13/04, Uwe Jagoda wrote:
>> hello,
>> bignumber is a data type in CommonLisp, numbers if arbitrary length.
>> I'm looking for a function library which i can link against
>> objective-C .
>> Do you know ?
>> Uwe
>> _______________________________________________
>> cocoa-dev mailing list | <cocoa-dev...>
>> Help/Unsubscribe/Archives:
>> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>> Do not post admin requests to the list. They will be ignored.
> _______________________________________________
> cocoa-dev mailing list | <cocoa-dev...>
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/cocoa-dev
> Do not post admin requests to the list. They will be ignored.
>
>
Robert M. Zigweid <tigran...>
http://www.tigransoft.org
[demime 0.98b removed an attachment of type application/pkcs7-signature which had a name of smime.p7s]
_______________________________________________
cocoa-dev mailing list | <cocoa-dev...>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


