Cite This Page
Bibliographic details for Bitcoin/Elliptic curve arithmetic
- Page name: Bitcoin/Elliptic curve arithmetic
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 26 April 2013 14:28 UTC
- Date retrieved: 1 June 2023 02:55 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Bitcoin/Elliptic_curve_arithmetic&oldid=230279
- Page Version ID: 230279
Citation styles for Bitcoin/Elliptic curve arithmetic
APA style
Bitcoin/Elliptic curve arithmetic. (2013, April 26). Rosetta Code, . Retrieved 02:55, June 1, 2023 from https://rosettacode.org/w/index.php?title=Bitcoin/Elliptic_curve_arithmetic&oldid=230279.
MLA style
"Bitcoin/Elliptic curve arithmetic." Rosetta Code, . 26 Apr 2013, 14:28 UTC. 1 Jun 2023, 02:55 <https://rosettacode.org/w/index.php?title=Bitcoin/Elliptic_curve_arithmetic&oldid=230279>.
MHRA style
Rosetta Code contributors, 'Bitcoin/Elliptic curve arithmetic', Rosetta Code, , 26 April 2013, 14:28 UTC, <https://rosettacode.org/w/index.php?title=Bitcoin/Elliptic_curve_arithmetic&oldid=230279> [accessed 1 June 2023]
Chicago style
Rosetta Code contributors, "Bitcoin/Elliptic curve arithmetic," Rosetta Code, , https://rosettacode.org/w/index.php?title=Bitcoin/Elliptic_curve_arithmetic&oldid=230279 (accessed June 1, 2023).
CBE/CSE style
Rosetta Code contributors. Bitcoin/Elliptic curve arithmetic [Internet]. Rosetta Code, ; 2013 Apr 26, 14:28 UTC [cited 2023 Jun 1]. Available from: https://rosettacode.org/w/index.php?title=Bitcoin/Elliptic_curve_arithmetic&oldid=230279.
Bluebook style
Bitcoin/Elliptic curve arithmetic, https://rosettacode.org/w/index.php?title=Bitcoin/Elliptic_curve_arithmetic&oldid=230279 (last visited June 1, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bitcoin/Elliptic curve arithmetic --- Rosetta Code{,} ", year = "2013", url = "https://rosettacode.org/w/index.php?title=Bitcoin/Elliptic_curve_arithmetic&oldid=230279", note = "[Online; accessed 1-June-2023]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Bitcoin/Elliptic curve arithmetic --- Rosetta Code{,} ", year = "2013", url = "\url{https://rosettacode.org/w/index.php?title=Bitcoin/Elliptic_curve_arithmetic&oldid=230279}", note = "[Online; accessed 1-June-2023]" }