reddit.com
Subsites
Posts
r/Stocks Daily Discussion Monday - Feb 10, 2025
These daily discussions run from Monday to Friday including during our themed posts. Some helpful links: * [Finviz](https://finviz.com/quote.ashx?t=spy) for charts, fundamentals, and aggregated news on individual stocks * [Bloomberg market news](https://www.bloomberg.com/markets) * StreetInsider news: * [Market Check](https://www.streetinsider.com/Market+Check) - Possibly why the market is doing what it's doing including sudden spikes/dips …
Tjald Hash and RNG Suite - A bid for new speed records
Exploring the $ANLOG Token and Its Upcoming Bitget Listing
Hey everyone! Last time we talked about the **Analog Network** project and explored how interesting it is. If you missed it, you can catch up with all the details here: [Discover Analog - The Fundamentals of a Game-Changing Blockchain](https://www.reddit.com/r/altcoin/comments/1ibzng1/discover_analog_the_fundamentals_of_a/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button). But today, let's focus on something even more exciting – **$ANLOG**! …
Stay With Financial Advisor or go it Alone?
Hello! I'm currently debating on if I should stay with my Financial Advisor and the portfolio they made, or get my money back from them and go it alone. I know the general opinion on Reddit is to just do the investing yourself saving the fees advisors charge, which has …
Feasability of cracking a non-CS PRNG when the output is reduced to a small set of characters.
I'm looking for resources. Predicting the future (or past) output of a regular PRNG from observations is very common, no issue with that. But a case I see a lot in practice is people using PRNGs to create temporary codes or passwords by choosing a character at random from a …
Free ideas I don't have the time/energy to build (most are cryptography-related)
Is there anything that would prevent peforming Weil Descent on binary curves of large characteristics ?
The ghs attack involve creating an hyperlliptic curve cover for a given binary curve. The reason the attack fails most of the time is the resulting genus grows exponentially relative to the curve’s degree. We don’t hear about the attack on finite fields of large characteristics since such curves are …
I was explained how to know if a given qth root can be used for elliptic curve pairing inversion. But what he did mean ?
There are many research papers that propose to lower the problem of fixed pairing inversion to exponentiation inversion. I asked a busy researcher how to determine if a value before exponentiation is suitable for Miller/pairing inversion and here’s his answer > Suppose the elliptic curve is defined over F_p, the …
Hashing conundrums
I have two questions about hashing that I thought might as well be merged into one post. **1. Choosing an algorithm and parameters** I have components in rust, android/kotlin and ios/<probably swift?> and I need a hashing algorithm that's consistent and secure across all 3 systems. This means I need …
Why are SSL certificates only signed by one CA?
If a CA gets compromised, the attacker can impersonate anyone. If instead you loaded up your certificate with loads of signatures, you’re no longer relying on any one organisation or government’s honesty. Certificates could also contain statements of intent like ‘I plan to use certificates signed by at least 3 …