QRL Primary Report, 2024

Read More

QRL Monthly: Feat. The History of Cryptography - May 2023

Cryptography history, including ancient cyphers like the at-bash, scytale, polybius square, and the Caesar cypher. Fusion signatures in the QRL ecosystem, project Zond development, and a special AMA with Geometry Labs!

Table of Contents

Highlights

History of cryptography

Cryptography has become a ubiquitous term in our modern lives due to its association with cryptocurrency, securing information, and even hacking. However, cryptography has a long and rich history that dates back thousands of years. The History of Cryptography video series takes a trip back in history to better understand the development of cryptography from ancient hieroglyphics and ciphers up through present-day encryption methods.

To begin our journey, we start with the early origins of cryptography.

The at-bash cipher, dating back to 500 BC, is a substitution cipher that was first used in the Hebrew language. The cipher works by substituting the first letter of the alphabet with the last, the second with the second to last, and so on. This simple yet effective cipher was used primarily by Jewish scribes and scholars in ancient times to encode messages in the Torah and other holy texts. Its legacy lives on as a testament to the ingenuity and creativity of ancient scholars and scribes.

Another example is the scytale cipher (7th century BC), an ancient cipher used by the Spartans to communicate securely during military campaigns. It was a transposition cipher, which rearranges the order of letters in the message rather than replacing them with new characters. The polybius square is a cryptographic device invented by Polybius in the second century BC. It is a simple grid made up of five rows and five columns, with each cell containing a letter of the alphabet. It can be easily memorized and quickly deciphered, making it an ideal tool for military commanders to send messages quickly and securely.

Finally, the Caesar cypher, invented in 50 BC, is a substitution cypher that replaces each letter in a message with another letter at a fixed number of positions down the alphabet. To decrypt the message, we move the cypher alphabet back by the same number of positions and replace the letters with their original forms. It is easily shattered by modern technology.

Since its early days, cryptography has advanced greatly, with each new cypher improving upon its predecessor in terms of complexity and security. If this subject is interesting to you, the series is only just starting! The next segment will focus on more advanced cyphers, such as the visionary cypher and the cryptographic drama of World War II.

Be sure to Subscribe and stay tuned for further details!

Fusion Signatures with Geometry Labs

Geometry Labs has developed highly aggregatable post-Quantum Fusion signatures, one-time signatures that aggregate to scale authentication in a Quantum secure manner, for the QRL ecosystem, with funding from the QRL Foundation. Geometry Labs joins hosts Michael Strike and Ryan Malinowski in the latest episode of The QRL Show to discuss Fusion signatures.

The potential applications of Fusion signatures are not restricted to being used only within the QRL ecosystem; rather, they extend to general authentication. Websites and services will need to implement post-quantum authentication in order to protect the security of their customers’ online financial transactions as pre-quantum cryptography becomes increasingly susceptible to attack.

Because fusion signatures are able to aggregate signatures from a number of different sources, they are ideally suited for use in financial transactions, which typically involve multiple authentications taking place all at once. Amazon Key Management is another example, which uses thousands of queries every single day, which is why the aggregation of signatures is such a helpful feature for authentication.

Check out our entertaining QRL Show below if you haven’t already! Still have questions? Stay tuned for our upcoming Fusion Signatures Reddit AMA. Want to dig further? Check the associated Fusion signature blog post.

Since the video was released, the python library was developed and launched which can be installed simply by invoking pip install fusion-cryptography from your favourite terminal. See the GitHub repository for more details on usage!

Project Zond Development

Right now, Zond is in the devnet, which you can participate in by reading our previous blog; however, we are inching closer and closer every day to our next milestone, testnet!

Last month, the consensus algorithm powering the Beacon chain has undergone significant development, with API and other fixes among the many updates. Now included is a placeholder for signature aggregation (for future improvements) and replacing existing code without signature validation. This is to the point that it’s now accepting blocks created from the Validator Client. Dilithium cryptography’s beacon node attestation pool has been updated which doesn’t use signature aggregation.

Changes have been made to the code of withdrawal processing to supported unaggregated Dilithium based keys, with other withdrawal related changes in progress. Signature batching has been updated to support unaggregated Dilithium based keys, as well.

Extra signatures appended in the attestation transaction have been fixed. Additionally, one notable improvement is related to the transmission of the attestation transaction by the validator client. Instead of including the 2592 bytes of dilithium public key, a more efficient approach is being implemented. A bitfield representation is being utilized to indicate which validators have signed the transaction, resulting in a smaller data size and improved network performance.

Quantum Computing Developments

IBM wants to build a 100,000-qubit quantum computer

On 25 May 2023: Late last year, IBM took the record for the largest quantum computing system with a processor that contained 433 quantum bits, or qubits, the fundamental building blocks of quantum information processing. Now, the company has set its sights on a much bigger target: a 100,000-qubit machine that it aims to build within 10 years.— - technologyreview

Read More

NVIDIA, Rolls-Royce and Classiq Announce Quantum Computing Breakthrough for Computational Fluid Dynamics in Jet Engines

On 21 May 2023: NVIDIA, Rolls-Royce, and Classiq have achieved a quantum computing breakthrough for computational fluid dynamics (CFD) in jet engines. They have designed and simulated the world's largest quantum computing circuit, measuring 10 million layers deep with 39 qubits. This development paves the way for more efficient modeling of jet engine designs using both classical and quantum computing methods. - nvidia.com

Read More

AWS launches skill development programme for quantum computing in India

On 09 May 2023: Amazon Web Services (AWS) has launched two skill development programmes for quantum computing in India. The company is collaborating with academic institutions and learning platforms to integrate Amazon Braket — a fully managed quantum computing - thehindubusinessline

Read More

Australia sets ‘ambitious goal’ to build first complete quantum computer

On 02 May 2023: Australia will strive to build the first error-corrected quantum computer within the decade – a huge and expensive goal that, if achieved, would put the country at the forefront of the new technology. - smh.com.au

Read More

Changelog

theQRL/api.theqrl.org

Deployment changes

  • [433fd] Deployment changes
  • [10e18] Deployment changes

theQRL/block-explorer

MS balance rounding display fix

  • [207b3] Merge pull request #412 from jplomas/master

NFT explorer functionality to testnet

  • [61a20] Merge pull request #417 from theQRL/master

Even Testnet version with Mainnet version

  • [5d6e8] Multi-sig address balance fix
  • [91ddf] Merge pull request #422 from jplomas/master

fix: MS address page rounding

  • [24a8d] Merge branch ‘master’ into testnet

fix: MS address page rounding

  • [6902e] Remove extraneous console.log
  • [8cf51] Merge remote-tracking branch ‘origin/master’
  • [2343b] Merge branch ’theQRL:master’ into master
  • [25202] Dependency update
  • [7ef60] Merge remote-tracking branch ‘origin/master’
  • [5d6e8] Multi-sig address balance fix

theQRL/security

Add official verification

  • [71033] Official verification
  • [e84dc] Add discord + usage
  • [077cb] Adjust names

theQRL/theqrl.org

Add blog: Last Month at QRL - April 2023

  • [5fdd8] Fix mobile menu link team -> partners
  • [09de5] Merge remote-tracking branch ‘upstream/main’
  • [e648c] Last Month at QRL - April 2023
  • [55683] Adjustments. Ryan M
  • [349e7] Add quantum news items