[swift-users] bigintegers

David Sweeris davesweeris at mac.com
Tue Sep 19 22:39:40 CDT 2017


I don't know that there are any plans to implement big integers in the standard library. There's at least one open-source implementations, though: https://github.com/attaswift/BigInt

Good luck with your class! :-)

- Dave Sweeris

> On Sep 19, 2017, at 8:12 PM, Muhammad Tahir Vali via swift-users <swift-users at swift.org> wrote:
> 
> hello,
> 
> im in a crypto class. we had to compute with big integers and i found out swift 4 doesnt support BigIntegers but the new integer protocol can pave the way to help create it. 
> 
> I want to know how immediate the plans to implement it in the standard library and if there was any help needed to create one. Some key points to keep in mind would be helpful with swift context. Thank you!
> 
> I checked this out too! Pretty awesome
> https://github.com/apple/swift-evolution/blob/master/proposals/0104-improved-integers.md <https://github.com/apple/swift-evolution/blob/master/proposals/0104-improved-integers.md>
> 
> 
>  
> -- 
> Best Regards,
> 
> Muhammad T. Vali
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-users/attachments/20170919/05461cfa/attachment.html>


More information about the swift-users mailing list