Skip to content

Commit

Permalink
Updated docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-kev committed Oct 26, 2023
1 parent 337b04f commit f2fb3bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/encryption.jl
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end
- `reltol::Float64 = 1e-11` : relative tolerance for the ODE solver
Encrpyt the message using a paramterized version of the Lorenz system
(see lorenz_transmitter! and lorenz_transmitter_binary!).
(see `lorenz_transmitter!` and `lorenz_transmitter_binary!`).
"""
function create_secret_message(
u0::Vector{Float64},
Expand Down Expand Up @@ -159,7 +159,7 @@ end
- `abstol::Float64 = 1e-11` : absolute tolerance for the ODE solver
- `reltol::Float64 = 1e-11` : relative tolerance for the ODE solver
Decrypt the message using a paramterized version of the Lorenz system (lorenz_receiver!).
Decrypt the message using a paramterized version of the Lorenz system (`lorenz_receiver!`).
"""
function decrypt_secret_message(
u0::Vector{Float64},
Expand Down

0 comments on commit f2fb3bd

Please sign in to comment.