zsbc can work with two numeric libraries: libbc (original library of bc) and libgmp.
zsbc is fully compatible with bc language and extends it for a few features like implicit powmod and automatic invmod.

When running with libbc numbers lib, it works with decimal numbers (and it manages the "scale" variable = number of decimals)
When running with libgmp numbers lib, it works with integers only.

zsbc works on Windows and Linux.

zsbc was created just for fun and to work on cryptographic topics.

It can handle an expression like
2^10^100%97 (it'll replace it with powmod(2, 10^100, 97) on-the-fly).

It can also implicitly calculate invmod's as in:
1/4%7 that (if variable autoinvmod is set) will return 2.

Project Activity

See All Activity >

Categories

Calculators

Follow zsbc

zsbc Web Site

You Might Also Like
Our Free Plans just got better! | Auth0 by Okta Icon
Our Free Plans just got better! | Auth0 by Okta

With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Try free now
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of zsbc!

Additional Project Details

Registered

2016-02-25