Miller Rabin Primality test steps with example in Cryptography Solved example to check prime numbers

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 39

  • @tmssengineeringcollege6080
    @tmssengineeringcollege6080 2 ปีที่แล้ว +1

    Thanks Apu for such nice explanation

  • @aashancoding3034
    @aashancoding3034 5 ปีที่แล้ว +8

    Very helpful tutorial...

  • @pankajahakey722
    @pankajahakey722 4 ปีที่แล้ว +8

    Mam how 25*8=234?

  • @nadeemsatti8791
    @nadeemsatti8791 11 หลายเดือนก่อน +1

    overall good work

  • @SanjaySingh-ud5ju
    @SanjaySingh-ud5ju 5 ปีที่แล้ว +5

    Thank you madam. Your videos made me understand all the concepts of cryptography 💥💥

  • @tejeshwarrao4239
    @tejeshwarrao4239 5 ปีที่แล้ว +6

    Super explanation

  • @niveditahajra9325
    @niveditahajra9325 5 ปีที่แล้ว +4

    Very clear👍

  • @tanaydwivedi1724
    @tanaydwivedi1724 3 ปีที่แล้ว +2

    Maam would we be getting value of k other than 1 as even numbers are always divisible by 2 and their is no logic to check prime for even numbers

  • @qaisazam445
    @qaisazam445 3 ปีที่แล้ว +1

    Thank you :)

  • @shubhammishra-rl4jz
    @shubhammishra-rl4jz 2 ปีที่แล้ว +1

    So it is always a case k=1 when we take any prime number...
    Bcz prime no are odd(expect 2) and when we taking n-1 it is always give us even number...
    So n-1 = m*2^k...
    m and k in every case
    m=n-1/2 and k=1..

  • @Farzistan
    @Farzistan 4 ปีที่แล้ว +1

    thankyou mam

  • @coopergates9680
    @coopergates9680 5 หลายเดือนก่อน +1

    If k > 1, you may need to perform both tests. Primes will yield T == +-1 (mod n) or a successive square of T will be == -1 (mod n).
    Also, the M-R test is a compositeness test. n passing the test for base a means n is a strong probable prime to base a, but not a guaranteed prime. Base 2 is a strong liar for 2047 and infinitely many other composites.

  • @sudiptahajra8974
    @sudiptahajra8974 5 ปีที่แล้ว +5

    nice explaination

  • @_Kirti_Khollam
    @_Kirti_Khollam 2 ปีที่แล้ว +2

    sister atleast give the link of the previous video that you are refering in your description.

    • @CSEconceptswithParinita
      @CSEconceptswithParinita  2 ปีที่แล้ว +2

      Sure, will take care next time 🙂

    • @_Kirti_Khollam
      @_Kirti_Khollam 2 ปีที่แล้ว +3

      @@CSEconceptswithParinita yes sister. btw , all the videos are so awesome. Yesterday i was watching them. Thank you so much for such an awesome explanation. Keep going 💯💯💯💯💯💯💯💯💯💯💯

    • @CSEconceptswithParinita
      @CSEconceptswithParinita  2 ปีที่แล้ว +2

      I'm glad to know that✌ Keep learning, keep sharing 😊

  • @usmankhan-wf9mh
    @usmankhan-wf9mh 5 ปีที่แล้ว +2

    what if we get value of a other than 2?

    • @CSEconceptswithParinita
      @CSEconceptswithParinita  5 ปีที่แล้ว +2

      Even if the value of a is anything other than 2, we have to carry out the same procedure

    • @RiteshYadav-fs5fd
      @RiteshYadav-fs5fd 10 หลายเดือนก่อน

      What when k=2

  • @sunyulhossen
    @sunyulhossen 3 ปีที่แล้ว +1

    What is 'a' ?

  • @ascensioninfotech1385
    @ascensioninfotech1385 2 ปีที่แล้ว +1

    if k=2 then how we find

    • @coopergates9680
      @coopergates9680 5 หลายเดือนก่อน

      There are up to k modular comparisons. T == +-1 (mod n) is still the first test, and if a prime does not pass that part, it will yield a remainder of -1 in one of the remaining k-1 checks. The remainder is squared and modded with n to get each next comparison.

  • @shreenidhibodas9816
    @shreenidhibodas9816 4 ปีที่แล้ว

    That's Okay and everything...but 25 * 8 :))))

    • @pankajahakey722
      @pankajahakey722 4 ปีที่แล้ว

      Bro u get ? 😅

    • @subhalaxmisatapathy7521
      @subhalaxmisatapathy7521 3 ปีที่แล้ว +1

      Jisko 25*8 nhi aata usko kya hi bolna aur

    • @coopergates9680
      @coopergates9680 5 หลายเดือนก่อน

      I don't know how someone would write a number that's clearly not divisible by 5 or 8 lol

  • @srimantmishra2985
    @srimantmishra2985 5 ปีที่แล้ว

    Prepare well before making the vedio. Overall performance is alright 👍

    • @CSEconceptswithParinita
      @CSEconceptswithParinita  5 ปีที่แล้ว

      Thanks for your feedback!

    • @srimantmishra2985
      @srimantmishra2985 5 ปีที่แล้ว

      @@CSEconceptswithParinita Hey can you make a video on Schoof's point counting algorithm tomorrow, because I have my exam on Computational Number Theory the day after tomorrow and I'm unable to find any proper explanation over that !