<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title/><link>/</link><description>Recent content on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Sun, 16 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="/index.xml" rel="self" type="application/rss+xml"/><item><title>Exploring Miller Rabin&#39;s Probabilistic Primality Test</title><link>/posts/miller-rabin/</link><pubDate>Sun, 16 Aug 2026 00:00:00 +0000</pubDate><guid>/posts/miller-rabin/</guid><description>Introduction to Primality Test A primality test is an algorithm that checks if a number is prime. Given an integer n, it returns n is prime or composite.
For small numbers, a simple approach would be using trial division, which tries to divide n by every integer up to $\sqrt{n}$. However, this kind of test becomes impractical when n contains hundreds of bits or more, which is common in fields like cryptography.</description></item></channel></rss>