mirror of
https://github.com/monero-project/monero-docs.git
synced 2025-01-23 19:16:18 +00:00
13 lines
398 B
Markdown
13 lines
398 B
Markdown
|
---
|
||
|
layout: default
|
||
|
title: Cryptography In Monero
|
||
|
has_children: true
|
||
|
---
|
||
|
|
||
|
# Cryptography In Monero
|
||
|
|
||
|
<br/>
|
||
|
|
||
|
Monero employs various cryptographic algorithms for use, including [ed25519 (used in key manipulation)](https://ed25519.cr.yp.to/) and [Keccak256 (or SHA-3, also used in key manipulation)](https://keccak.team/keccak.html).
|
||
|
|
||
|
You can see the details of each use in the below table of contents.
|