Sign in
Developing for Developers
Tools, techniques, and theory for measuring and improving the power and performance of developers and their code
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Algorithms
Data structures
Other
Programming languages
Software engineering
Theory
Browse by Tags
MSDN Blogs
>
Developing for Developers
>
All Tags
>
algorithms
Tagged Content List
Blog Post:
Secret sharing
MSDNArchive
One of the most difficult problems in cryptographic key management is keeping a secret key safe from both compromise and loss. If you don't make enough backups, the key might be destroyed in a hardware failure or natural disaster. But if any backup is compromised, the key is compromised. Rather...
on
2 Oct 2005
Blog Post:
Modular arithmetic and primality testing
MSDNArchive
Number theory is, roughly speaking, the study of properties of integers. Often a problem which is easy for real numbers, such as factoring or linear programming, seems to be considerably more difficult when restricted to integers (in fact, integer programming is NP-hard). Much of the focus of modern...
on
7 Sep 2005
Page 1 of 1 (2 items)